Skip to content

Commit

Permalink
Merge pull request #303 from raphink/dev/empty_string_pin
Browse files Browse the repository at this point in the history
Make $rabbitmq::params::package_apt_pin default to undef
  • Loading branch information
cmurphy committed Feb 22, 2015
2 parents 8d55986 + 21930b1 commit c90c707
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 @@ -40,7 +40,7 @@
#install
$admin_enable = true
$management_port = '15672'
$package_apt_pin = ''
$package_apt_pin = undef
$package_gpg_key = 'http://www.rabbitmq.com/rabbitmq-signing-key-public.asc'
$repos_ensure = true
$manage_repos = undef
Expand Down

0 comments on commit c90c707

Please sign in to comment.