Puppet requires a puppet group

This commit is contained in:
Richard Bronosky 2011-07-16 00:18:46 -04:00
parent b3f0242dc0
commit bf78903185
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ Vagrant::Config.run do |config|
#
# An example Puppet manifest to provision the message of the day:
#
# # group { "puppet":
# # ensure => "present",
# # }
# #
# # File { owner => 0, group => 0, mode => 0644 }
# #
# # file { '/etc/motd':