Hi, You probably have a File statement somewhere (like site.pp) which has a default source or target attributes.
Ohad On Wed, Nov 24, 2010 at 2:06 PM, Arnau Bria <[email protected]> wrote: > On Wed, 24 Nov 2010 17:27:23 +0530 > Mohit Chawla wrote: > > > Hi, > > > > On Wed, Nov 24, 2010 at 5:02 PM, Arnau Bria <[email protected]> wrote: > > > > > SO I tried the example from > > > http://docs.puppetlabs.com/references/stable/type.html#file like > > > > > > In that example, a define is being used, called resolve. There is no > > extra curly bracket, the formatting of the documentation looks a bit > > screwed. > You're right. > > anyway, without the define, that should be something like: > > file { "my_file": > content => "my content", > } > > and that produces an error in my code. > > > Thanks for your answer, > Cheers, > Arnau > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<puppet-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
