Merge pull request #414 from coxmediagroup/master

The puppet example in the default Vagrantfile fails
This commit is contained in:
Mitchell Hashimoto 2011-07-17 13:10:44 -07:00
commit b9faad000c
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':