From bf789031858f129891faefb4f7d9fc5d6664e149 Mon Sep 17 00:00:00 2001 From: Richard Bronosky Date: Sat, 16 Jul 2011 00:18:46 -0400 Subject: [PATCH] Puppet requires a puppet group --- templates/commands/init/Vagrantfile.erb | 4 ++++ 1 file changed, 4 insertions(+) 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':