Re: [Puppet Users] "Could not find dependency Package" even the package already theres.

2012-07-31 Thread Calvin Walton
On Tue, 2012-07-31 at 15:58 +0700, heriyanto wrote: > asterisk package already installed. I don't plan installation for this > package managed by puppet. > just want manage the file configuration. If the package is already installed, adding package { 'asterisk': } to your puppet config won't do a

Re: [Puppet Users] "Could not find dependency Package" even the package already theres.

2012-07-31 Thread Jakov Sosic
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. You cannot depend on an item that is not defined somewhere else in the manifest, or in a node configuration. Yo

Re: [Puppet Users] "Could not find dependency Package" even the package already theres.

2012-07-31 Thread Martin Alfke
On 31.07.2012, at 10:58, heriyanto wrote: > asterisk package already installed. I don't plan installation for this > package managed by puppet. > just want manage the file configuration. > > it come up when i yum search. > > actually how "require => Package" working? its checking to repos or i

Re: [Puppet Users] "Could not find dependency Package" even the package already theres.

2012-07-31 Thread heriyanto
asterisk package already installed. I don't plan installation for this package managed by puppet. just want manage the file configuration. it come up when i yum search. actually how "require => Package" working? its checking to repos or into system? Thanks On 07/31/2012 03:32 PM, Marc Lucke wro

Re: [Puppet Users] "Could not find dependency Package" even the package already theres.

2012-07-31 Thread Marc Lucke
On 31/07/2012, at 6:25 PM, heriyanto wrote: > Dear All, > > I just do something simple just want to copy file, this my syntax, > >class asterisk::conf { >file { "/etc/asterisk/extensions.conf": >owner => asterisk, >group => asterisk, >mode

[Puppet Users] "Could not find dependency Package" even the package already theres.

2012-07-31 Thread heriyanto
Dear All, I just do something simple just want to copy file, this my syntax, class asterisk::conf { file { "/etc/asterisk/extensions.conf": owner => asterisk, group => asterisk, mode=> 644, source => "puppet:///modules/asterisk/e