Skip to content

Commit 21930b1

Browse files
committed
Make $rabbitmq::params::package_apt_pin default to undef
rabbitmq::repo::apt tests whether this value is true, which fails with the future parser if default is the empty string.
1 parent 1cc2e54 commit 21930b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#install
4141
$admin_enable = true
4242
$management_port = '15672'
43-
$package_apt_pin = ''
43+
$package_apt_pin = undef
4444
$package_gpg_key = 'http://www.rabbitmq.com/rabbitmq-signing-key-public.asc'
4545
$repos_ensure = true
4646
$manage_repos = undef

0 commit comments

Comments
 (0)