Skip to content

Commit

Permalink
fix params rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFedotov committed Sep 3, 2018
1 parent 41bad0b commit 95c9d1d
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 @@ -25,7 +25,7 @@
$sys_owner = 'root'
$sys_group = 'root'

case $facts['operatingsystem']{
case $facts['os']['family'] {
'Debian': {
$package_provider = 'dpkg'
case $facts['os']['name'] {
Expand Down

0 comments on commit 95c9d1d

Please sign in to comment.