diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-31 01:47:23 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-31 01:47:23 +0000 |
commit | 08f091b55a22a4023a1f7fc66725110189d1101a (patch) | |
tree | 7d153ea4641d3881af71375b0099918aff5ccc4d /deployment/common | |
parent | 578ef6bf79ec3f83e2b4b9b7a5607dff9de641aa (diff) | |
download | puppet-08f091b55a22a4023a1f7fc66725110189d1101a.tar puppet-08f091b55a22a4023a1f7fc66725110189d1101a.tar.gz puppet-08f091b55a22a4023a1f7fc66725110189d1101a.tar.bz2 puppet-08f091b55a22a4023a1f7fc66725110189d1101a.tar.xz puppet-08f091b55a22a4023a1f7fc66725110189d1101a.zip |
use fully qualified name for consistency
Diffstat (limited to 'deployment/common')
-rw-r--r-- | deployment/common/manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/common/manifests/init.pp b/deployment/common/manifests/init.pp index b14c1de2..96375857 100644 --- a/deployment/common/manifests/init.pp +++ b/deployment/common/manifests/init.pp @@ -92,10 +92,10 @@ class common { include shadow include openssh::server - include default_ssh_root_key - include base_packages + include common::default_ssh_root_key + include common::base_packages include ntp - include urpmi_update + include common::urpmi_update include puppet::client include xymon::client |