Skip to content

Commit 1264047

Browse files
author
Morgan Haskel
committed
Revert "Make $rabbitmq::params::package_apt_pin default to undef"
1 parent 15e2421 commit 1264047

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
@@ -66,7 +66,7 @@
6666
#install
6767
$admin_enable = true
6868
$management_port = '15672'
69-
$package_apt_pin = undef
69+
$package_apt_pin = ''
7070
$package_gpg_key = 'http://www.rabbitmq.com/rabbitmq-signing-key-public.asc'
7171
$repos_ensure = true
7272
$manage_repos = undef

0 commit comments

Comments
 (0)