diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-04-18 10:00:07 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-04-18 10:00:07 +0000 |
commit | 118f3a70b4d3dbb999d2a14683c0fb0df76275ac (patch) | |
tree | 71497bc75bd6454c6735761458700ea55220f2a1 /manifests | |
parent | 94c052947a9281de4b91cda9f305dd958cdf1809 (diff) | |
download | puppet-118f3a70b4d3dbb999d2a14683c0fb0df76275ac.tar puppet-118f3a70b4d3dbb999d2a14683c0fb0df76275ac.tar.gz puppet-118f3a70b4d3dbb999d2a14683c0fb0df76275ac.tar.bz2 puppet-118f3a70b4d3dbb999d2a14683c0fb0df76275ac.tar.xz puppet-118f3a70b4d3dbb999d2a14683c0fb0df76275ac.zip |
add software key in its own module
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 74b605c5..330d421e 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -23,6 +23,7 @@ node valstar { include ssh::auth::keymaster include buildsystem::mainnode include buildsystem::mgacreatehome + include softwarekey::base include access_classes::committers include restrictshell::allow_git |