Can you execute a task from a manifest file.

 I know you can execute 
 
puppet run task <taskname>

 But I would like to run it from within my class like this...



class foobar {

 file {/blah':
   ensure => present
 }

  run_task{ 'my_task'}

}


Is this possible??

-- 
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/52c542cb-c9d5-47fe-ad0d-b71576c80c13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to