Skip to content

Commit

Permalink
Merge pull request #82 from mookie-/patch-1
Browse files Browse the repository at this point in the history
Fix "Puppet Unknown variable: 'default_su_group'"
  • Loading branch information
alexjfisher committed Oct 30, 2017
2 parents 6fe7efb + 73150cc commit 741002b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -9,7 +9,7 @@
$root_group = 'wheel'
$logrotate_bin = '/usr/local/sbin/logrotate'
$conf_params = {
su_group => $default_su_group,
su_group => undef,
}
$base_rules = {
'wtmp' => {
Expand Down

0 comments on commit 741002b

Please sign in to comment.