aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-23 23:17:48 +0000
committerMichael Scherer <misc@mageia.org>2010-11-23 23:17:48 +0000
commitd4a4c17d256855d350f87cb511136cf6e00cb726 (patch)
tree28680f2dedd63199896a663a241bb2c41cb87bf2 /manifests
parent0b64c47717c4483cc519e0f739bf0d4972f2277a (diff)
downloadpuppet-d4a4c17d256855d350f87cb511136cf6e00cb726.tar
puppet-d4a4c17d256855d350f87cb511136cf6e00cb726.tar.gz
puppet-d4a4c17d256855d350f87cb511136cf6e00cb726.tar.bz2
puppet-d4a4c17d256855d350f87cb511136cf6e00cb726.tar.xz
puppet-d4a4c17d256855d350f87cb511136cf6e00cb726.zip
the previous trick didn't work as tags are dependent in the order of
declaration ( and that's bad (tm) ). This one is safer.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/common.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 8f839c79..df9033c9 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -87,7 +87,7 @@ class urpmi_update {
class default_mageia_server {
include timezone
- include openssh
+ include openssh::server
include default_ssh_root_key
include base_packages
include ntp