diff options
author | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-10 12:44:34 +0000 |
---|---|---|
committer | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-10 12:44:34 +0000 |
commit | a6ae564ea61379b729107d829d17de4b955eda2b (patch) | |
tree | 8f3503d943c451178d1fcc06d59c200276c66c5b | |
parent | a67ca09816811ff94e96062f62bc7b52321f09e5 (diff) | |
download | puppet-sshd-a6ae564ea61379b729107d829d17de4b955eda2b.tar.gz puppet-sshd-a6ae564ea61379b729107d829d17de4b955eda2b.tar.bz2 |
definitiv, die package darf keinen alias mit dem gleichen namen haben
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@455 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f800ca6..7be9081 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,7 +25,6 @@ class sshd { centos => openssh-server, default => openssh, }, - alias => 'openssh', category => $operatingsystem ? { gentoo => 'net-misc', default => '', |