Skip to content

Commit

Permalink
Install a Python 3 version of PyYaml for obal
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and ehelms committed Jul 13, 2023
1 parent 61cca97 commit c87e65b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion puppet/modules/slave/manifests/packaging/rpm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
}

# To run obal
ensure_packages(['python3'])
$yaml = if $facts['os']['release']['major'] == '7' { 'python36-PyYAML' } else { 'python3-pyyaml' }
ensure_packages(['python3', $yaml])

# koji
file { "${homedir}/bin":
Expand Down

0 comments on commit c87e65b

Please sign in to comment.