I have a class like that starts like this:

class gu_netbackup {
    package { "libacl":
        ensure => installed,
    }
    package { "xinetd":
        ensure => installed,
    }

The xinted package gets installed, and if I removed it, gets reinstalled.
The package libacl is never installed and no error is logged about it...

Any idea why that would be?

Manually running "yum install libacl" does get it installed.

Thanks a lot.
Mohamed.

-- 
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