diff options
author | Michael Scherer <misc@mageia.org> | 2010-10-26 22:46:57 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-10-26 22:46:57 +0000 |
commit | 43190ccb498faf2e83d0d9225d312c60707ead77 (patch) | |
tree | af64d54da04f68600043d215c7ffd0fb2b82ae26 /manifests | |
parent | 57f940b2e28014e16f234ae990d2a76b7f6a7b73 (diff) | |
download | puppet-43190ccb498faf2e83d0d9225d312c60707ead77.tar puppet-43190ccb498faf2e83d0d9225d312c60707ead77.tar.gz puppet-43190ccb498faf2e83d0d9225d312c60707ead77.tar.bz2 puppet-43190ccb498faf2e83d0d9225d312c60707ead77.tar.xz puppet-43190ccb498faf2e83d0d9225d312c60707ead77.zip |
- it seems that puppet requires a real name, not a provides
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 9fb01841..d4c34376 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -12,7 +12,7 @@ node valstar { # Oct 26 13:30:01 valstar svn: No worthy mechs found # without it, source http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html # - package {"sasl-plug-anonymous": + package {"lib64sasl2-plug-anonymous": ensure => "installed" } |