diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-08-17 14:20:47 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-08-17 14:20:47 +0000 |
commit | 7c9e8503f7c54ea6ce9144886b44b976435f4141 (patch) | |
tree | 22c6e1b0f069dca70230880a44b49f1a53f953ad | |
parent | a7e1e6804f7f28116e930963afc32900cac8c561 (diff) | |
download | puppet-7c9e8503f7c54ea6ce9144886b44b976435f4141.tar puppet-7c9e8503f7c54ea6ce9144886b44b976435f4141.tar.gz puppet-7c9e8503f7c54ea6ce9144886b44b976435f4141.tar.bz2 puppet-7c9e8503f7c54ea6ce9144886b44b976435f4141.tar.xz puppet-7c9e8503f7c54ea6ce9144886b44b976435f4141.zip |
allow upload-bin on valstar
-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 504d87c4..4d60052f 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -31,6 +31,7 @@ node valstar { include restrictshell::allow_svn include restrictshell::allow_pkgsubmit include restrictshell::allow_maintdb + include restrictshell::allow_upload_bin # disabled the ldap key here instead of disabling for the # whole module ( see r698 ) class { "openssh::ssh_keys_from_ldap": |