Re: [Puppet Users] question about package provider on Solaris

2010-07-14 Thread Don Jackson
On Jul 13, 2010, at 5:20 PM, Jeff McCune wrote: On Tue, Jul 13, 2010 at 5:00 PM, Don Jackson puppet-us...@clark-communications.com wrote: It seems like the package provider is not seeing that sudo is already installed…. How can I fix that? Both my puppetmaster and puppetd are 0.25.5

[Puppet Users] question about package provider on Solaris

2010-07-13 Thread Don Jackson
Hello, Here is how I am trying to make sure sudo is installed on my solaris boxes: package {'sudo': ensure = 'installed', provider = 'blastwave', adminfile = '/usr/local/etc/adminfile', } The package is installed, but every time

Re: [Puppet Users] question about package provider on Solaris

2010-07-13 Thread Jeff McCune
On Tue, Jul 13, 2010 at 5:00 PM, Don Jackson puppet-us...@clark-communications.com wrote: It seems like the package provider is not seeing that sudo is already installed…. How can I fix that? Both my puppetmaster and puppetd are 0.25.5 Blastwave uses aliases for the standard sun formatted

Re: [Puppet Users] question about package provider on Solaris

2010-07-13 Thread Don Jackson
On Jul 13, 2010, at 5:20 PM, Jeff McCune wrote: On Tue, Jul 13, 2010 at 5:00 PM, Don Jackson puppet-us...@clark-communications.com wrote: It seems like the package provider is not seeing that sudo is already installed…. How can I fix that? Both my puppetmaster and puppetd are 0.25.5