summaryrefslogtreecommitdiffstats
path: root/conf/suse/puppet.spec
diff options
context:
space:
mode:
Diffstat (limited to 'conf/suse/puppet.spec')
-rw-r--r--conf/suse/puppet.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/suse/puppet.spec b/conf/suse/puppet.spec
index 9d317f849..1d08f3df7 100644
--- a/conf/suse/puppet.spec
+++ b/conf/suse/puppet.spec
@@ -99,7 +99,7 @@ find %{buildroot}%{ruby_sitelibdir} -type f -perm +ugo+x -print0 | xargs -0 -r %
%pre
/usr/sbin/groupadd -r puppet 2>/dev/null || :
/usr/sbin/useradd -g puppet -c "Puppet" \
- -s /sbin/nologin -r -d /var/puppet puppet 2> /dev/null || :
+ -s /sbin/nologin -r -d /var/lib/puppet puppet 2> /dev/null || :
%post
/sbin/chkconfig --add puppet