Skip to content

Commit

Permalink
Merge pull request #142 from jlambert121/system_accounts
Browse files Browse the repository at this point in the history
create user/group as system accounts
  • Loading branch information
solarkennedy committed Jun 22, 2015
2 parents a196ac3 + a6dac2e commit f620522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@
if $consul::manage_user {
user { $consul::user:
ensure => 'present',
system => true,
}
}
if $consul::manage_group {
group { $consul::group:
ensure => 'present',
system => true,
}
}
}

0 comments on commit f620522

Please sign in to comment.