Skip to content

Commit c90c707

Browse files
committed
Merge pull request #303 from raphink/dev/empty_string_pin
Make $rabbitmq::params::package_apt_pin default to undef
2 parents 8d55986 + 21930b1 commit c90c707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)