On 07/31/2012 10:58 AM, heriyanto wrote:
asterisk package already installed. I don't plan installation for this package managed by puppet.
just want manage the file configuration.
asterisk package already installed. I don't plan installation for this package managed by puppet.
just want manage the file configuration.
manifest, or in a node configuration.
You would have to remove dependency from your class (line that says:
require => Package["asterisk"],), because dependency searches through
compiled puppet configuration for package {"asterisk": } definition.
I would recommend that you write another resource that checks for some
file that package itself bring along, and depend on that resource.
--
Jakov Sosic
www.srce.unizg.hr
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.