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 puppetd executes, I get this:

        notice: //base_server/Package[sudo]/ensure: created

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

Thanks,

Don

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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