projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603eba4
)
wrong path
author
Stephen Gran
<steve@lobefin.net>
Sun, 2 Feb 2014 15:43:10 +0000
(15:43 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 2 Feb 2014 15:43:10 +0000
(15:43 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/udldap/client.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/udldap/client.pp
b/modules/roles/manifests/udldap/client.pp
index
da722be
..
252c2b9
100644
(file)
--- a/
modules/roles/manifests/udldap/client.pp
+++ b/
modules/roles/manifests/udldap/client.pp
@@
-11,7
+11,7
@@
class roles::udldap::client ($ensure=present) {
cron { 'udreplicate':
ensure => $ensure,
environment => 'TERM=dumb',
- command => '/usr/
s
bin/ud-replicate',
+ command => '/usr/bin/ud-replicate',
user => root,
hour => '*',
minute => [10,25,40,55],