Am Mittwoch, 5. September 2012 11:25:51 UTC+2 schrieb R.I. Pienaar:
>
> why would you start a service before the config file is deployed? 
> surely you want to configure the service before starting it? 
>

sure :) . that's what I meant, basically.  
 

> so the common pattern is: 
>
> package{"something": ...} 
> file{"/etc/something/config": require => Package["something"], notify => 
> Service["something"]} 
> service{"something":...} 
>

duh! thanks for that. obvious of course. 

thanks again!
Axel.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/Y-mptuQCG50J.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to