Hi, 

Is it possible to use Include as I have done below, inside my node 
statement?
I'm guessing not as it's not working :) 

Any ideas how I get my test.pp manifest so that it only applys to my 
puppetagent001?


#site.pp
node 'puppetagent001' {
include test
file {'/tmp/puppet-test-node-def':
  ensure  => present,
  content => "Hello World!",
    }
}


#test.pp
class test
file {'/tmp/puppet-test':
  ensure  => present,
  content => "Hello World!",
    }
}


Many thanks,
PM

-- 
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/1c3e82cc-c972-4fb6-91ae-71ee41bb37fd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to