aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 19:19:50 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 19:19:50 +0000
commite66c779e801f27646614d772d1af183e8d992a31 (patch)
tree7ed59c4117b76d087738cf41dcc74fda28d2182a /modules/openssh
parent2e807940bf6fdfc48e3796ccc15691da83c33381 (diff)
downloadpuppet-e66c779e801f27646614d772d1af183e8d992a31.tar
puppet-e66c779e801f27646614d772d1af183e8d992a31.tar.gz
puppet-e66c779e801f27646614d772d1af183e8d992a31.tar.bz2
puppet-e66c779e801f27646614d772d1af183e8d992a31.tar.xz
puppet-e66c779e801f27646614d772d1af183e8d992a31.zip
Local_script -> Mga-common::Local_script
Diffstat (limited to 'modules/openssh')
-rw-r--r--modules/openssh/manifests/ssh_keys_from_ldap.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/manifests/ssh_keys_from_ldap.pp b/modules/openssh/manifests/ssh_keys_from_ldap.pp
index d35f4d2a..e3170423 100644
--- a/modules/openssh/manifests/ssh_keys_from_ldap.pp
+++ b/modules/openssh/manifests/ssh_keys_from_ldap.pp
@@ -27,6 +27,6 @@ class openssh::ssh_keys_from_ldap($symlink_users = [],
minute => '*/10',
user => 'root',
environment => 'MAILTO=root',
- require => Local_script['ldap-sshkey2file.py'],
+ require => Mga-common::Local_script['ldap-sshkey2file.py'],
}
}