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 2, 2018
1 parent 32213c8 commit b4798d6
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 @@ -144,8 +144,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 b4798d6

Please sign in to comment.