diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index 263da1523..2b1c58f5a 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -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':