From d4a4c17d256855d350f87cb511136cf6e00cb726 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 23 Nov 2010 23:17:48 +0000 Subject: the previous trick didn't work as tags are dependent in the order of declaration ( and that's bad (tm) ). This one is safer. --- manifests/common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 -- cgit v1.2.1