Skip to content

Commit

Permalink
Merge pull request #23 from zabacad/root-group-scope
Browse files Browse the repository at this point in the history
Fix scope on `$root_group`
  • Loading branch information
zachfi committed Jun 15, 2016
2 parents eec5e3d + 4b0b55d commit 9eeb327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server.pp
Expand Up @@ -52,6 +52,6 @@
$permitrootlogin = $ssh::server::config::permitrootlogin

if $permitrootlogin != 'no' {
ssh::allowgroup { $root_group: }
ssh::allowgroup { $ssh::root_group: }
}
}

0 comments on commit 9eeb327

Please sign in to comment.