Skip to content

Commit

Permalink
Merge pull request #87 from willametteuniversity/bugfix-key-incorrect…
Browse files Browse the repository at this point in the history
…-pkgname

Fixed a bug where key did not work on redhat due to incorrect pkg name
  • Loading branch information
solarkennedy committed Jun 6, 2015
2 parents f347e6c + 323df33 commit 6b972a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/key.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
command => "/usr/sbin/dnssec-keygen -a HMAC-MD5 -r /dev/urandom -b 128 -n USER ${name}",
cwd => "${cfg_dir}/bind.keys.d",
require => [
Package['dnssec-tools','bind9'],
Package['dnssec-tools'],
File["${cfg_dir}/bind.keys.d"],
],
refreshonly => true,
Expand Down

0 comments on commit 6b972a6

Please sign in to comment.