Hi,

please node that case and capitalization are important in puppet manifests!

On 04/18/2014 10:40 AM, aminos wrote:
> Node default {

should be 'node'.

>                 Package { nano:

should be 'package' (capital P only for resource defaults,
http://docs.puppetlabs.com/puppet/latest/reference/lang_defaults.html)

>                                Name=> “nano”,

should be omitted actually :)

>                                Ensure => installed,

should be 'ensure'

>                                }
> 
> }

Regards,
Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/53566184.3060400%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to