Hi
but when I run puppet I get the following error: "err: Could not parse for environment production: All resource specifications require names; expected '%s' at init.pp:13" ...
Line 13 is the closing curly brace for the block (numbers on the left are the line numbers as they appear in the editor):
8 file {
9 ensure => 'present',
10 owner => 'jboss',
11 group => 'jboss',
12 mode => '0775',
13 }
Can this be done with Puppet 2.7.x (I don't know for what version puppet cookbook was written (the original one)
TIA,
Paolo