Skip to content

Commit

Permalink
Ensure python3 is installed to run obal
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and ehelms committed Jul 12, 2023
1 parent a3b5381 commit 3394af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions puppet/modules/slave/manifests/packaging/rpm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
}
}

# To run obal
ensure_packages(['python3'])

# koji
file { "${homedir}/bin":
ensure => directory,
Expand Down

0 comments on commit 3394af2

Please sign in to comment.