Skip to content

Commit

Permalink
Install a couple packages for octocatalog-diff usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jvperrin committed Sep 9, 2019
1 parent d40d915 commit 68e2fe7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/ocf_ocfweb/manifests/dev_config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
# ocf_admin along with this manifest (for supernova)
ensure_packages(['libcrack2-dev'])

# Install some packages for generating puppet diffs
# TODO: Move this somewhere else alongside the puppet certs added below
package {
'octocatalog-diff':;

# Newer puppetdb-termini versions (6.5.0-1stretch for instance) have an
# issue with CRLs
'puppetdb-termini':
ensure => '6.4.0-1stretch';
}

file {
'/etc/ocfweb':
ensure => directory;
Expand Down

0 comments on commit 68e2fe7

Please sign in to comment.