diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 19:20:02 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 19:20:02 +0000 |
commit | c3a04ab6608a610892ce76d3e474342c75fd174e (patch) | |
tree | fe0ab41292e9733a270a1847fbbb8351fb0ddc08 /modules/openssh/manifests | |
parent | df7e540f6ad7385badb91e385e79a583789f3649 (diff) | |
download | puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar.gz puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar.bz2 puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar.xz puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.zip |
More mga-common mga_common remaning
Diffstat (limited to 'modules/openssh/manifests')
-rw-r--r-- | modules/openssh/manifests/ssh_keys_from_ldap.pp | 2 |
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 e1407c18..4615647c 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 => Mga-common::Local_script['ldap-sshkey2file.py'], + require => Mga_common::Local_script['ldap-sshkey2file.py'], } } |