Skip to content

Commit

Permalink
Make $rabbitmq::params::package_apt_pin default to undef
Browse files Browse the repository at this point in the history
rabbitmq::repo::apt tests whether this value is true,
which fails with the future parser if default is the
empty string.
  • Loading branch information
raphink committed Feb 3, 2015
1 parent 1cc2e54 commit 21930b1
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 21930b1

Please sign in to comment.