Skip to content

Commit 55468e5

Browse files
committed
use default repo priority to 990 for debian
1 parent aa01045 commit 55468e5

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
@@ -5,7 +5,7 @@
55
$nodejs_package_ensure = 'installed'
66
$repo_ensure = 'present'
77
$repo_pin = undef
8-
$repo_priority = 'absent'
8+
$repo_priority = fact('os.family') == 'Debian' ? '990' : 'absent'
99
$repo_proxy = 'absent'
1010
$repo_proxy_password = 'absent'
1111
$repo_proxy_username = 'absent'

0 commit comments

Comments
 (0)