From: Stephen Gran Date: Sun, 2 Feb 2014 15:43:10 +0000 (+0000) Subject: wrong path X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5367c9d4cf5da82a133ed39b72bfb0cfaed14ac4;p=mirror%2Fdsa-puppet.git wrong path Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/udldap/client.pp b/modules/roles/manifests/udldap/client.pp index da722be49..252c2b97e 100644 --- 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/sbin/ud-replicate', + command => '/usr/bin/ud-replicate', user => root, hour => '*', minute => [10,25,40,55],