Skip to content

Commit

Permalink
Workaround for non existing puppet group
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Oct 25, 2012
1 parent d92e897 commit b710cda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ apt-get -y autoremove
##############################################################################

gem install puppet --no-ri --no-rdoc
puppet resource group puppet ensure=present
groupadd puppet
#puppet resource group puppet ensure=present
puppet resource user puppet ensure=present gid=puppet shell='/sbin/nologin'
reboot

0 comments on commit b710cda

Please sign in to comment.