Skip to content

Commit

Permalink
Merge pull request Katello#12 from ehelms/add-candlepin-certs
Browse files Browse the repository at this point in the history
Adding Candlepin certs setup removed from the Candlepin module itself.
  • Loading branch information
ehelms committed Feb 17, 2014
2 parents 18f4d5d + 642bdf4 commit 02b8cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
consumers_crl => $candlepin::crl_file
}

class { 'certs::candlepin':
before => Class['candlepin::service']
}

class{ 'elasticsearch':
before => Exec['foreman-rake-db:seed']
}
Expand Down

0 comments on commit 02b8cbe

Please # to comment.