Skip to content

Commit

Permalink
Declare Foreman group explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Nov 28, 2018
1 parent acdaea2 commit 81a806a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
}

if $::foreman::manage_user {
group { $::foreman::group:
ensure => 'present',
}
user { $::foreman::user:
ensure => 'present',
shell => '/bin/false',
Expand Down

0 comments on commit 81a806a

Please sign in to comment.