Skip to content

Commit

Permalink
Merge pull request #137 from PascalBourdier/master
Browse files Browse the repository at this point in the history
Avoid warn with puppet4
  • Loading branch information
carlossg committed Jun 7, 2017
2 parents b0a5a0c + 70f8bf4 commit 967c58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$key_server = 'hkp://keys.gnupg.net'

# install the gpg key if gpg is installed or being installed in this puppet run
if defined(Class['::gnupg']) or $::gnupg_installed {
if defined(Class['::gnupg']) or $facts['gnupg_installed'] {
$gnupg_key_id = 'D39DC0E3'
} else {
$gnupg_key_id = false
Expand Down

0 comments on commit 967c58c

Please sign in to comment.