Skip to content

Commit

Permalink
Remove puppet-foreman in favor of cache_data from extlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 7, 2015
1 parent 3bb1bb3 commit dd431d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fixtures:
repositories:
stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
foreman: 'git://github.com/theforeman/puppet-foreman.git'
extlib: 'git://github.com/puppet-community/puppet-extlib.git'
concat: 'git://github.com/puppetlabs/puppetlabs-concat'
postgresql: 'git://github.com/puppetlabs/puppetlabs-postgresql.git'
symlinks:
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$db_port = undef

# this comes from keystore
$db_password = cache_data('candlepin_db_password', random_password(32))
$db_password = cache_data('foreman_cache_data', 'candlepin_db_password', random_password(32))
$keystore_password = undef

$amq_enable = false
Expand Down
4 changes: 4 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.2.0 < 5.0.0"
},
{
"name": "puppetlabs/extlib",
"version_requirement": ">= 0.10.4 < 1.0.0"
},
{
"name": "puppetlabs-postgresql",
"version_requirement": ">= 3.0.0 < 5.0.0"
Expand Down

0 comments on commit dd431d0

Please sign in to comment.