On Jul 13, 2010, at 5:20 PM, Jeff McCune wrote:
> On Tue, Jul 13, 2010 at 5:00 PM, Don Jackson
> 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 f
On Jul 13, 2010, at 5:20 PM, Jeff McCune wrote:
> On Tue, Jul 13, 2010 at 5:00 PM, Don Jackson
> 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 f
On Tue, Jul 13, 2010 at 5:00 PM, Don Jackson
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 package names
as a convenience.
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 ti