Skip to content

Commit

Permalink
Fix spacing (or scratching that itch)
Browse files Browse the repository at this point in the history
  • Loading branch information
vStone committed Nov 5, 2018
1 parent 1e3a97c commit 2103646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
$varnetsnmp_owner = 'Debian-snmp'
$varnetsnmp_group = 'Debian-snmp'
} else {
$varnetsnmp_owner = 'snmp'
$varnetsnmp_group = 'snmp'
$varnetsnmp_owner = 'snmp'
$varnetsnmp_group = 'snmp'
}

if $::facts['service_provider'] == 'systemd' {
Expand Down

0 comments on commit 2103646

Please sign in to comment.