Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > ce038150c885d906cc27f6ade4822034 > scriptlet

puppet-server-0.25.5-1.fc14.noarch.rpm

PREUN

/bin/sh
if [ "$1" = 0 ] ; then
  /sbin/service puppetmaster stop > /dev/null 2>&1
  /sbin/chkconfig --del puppetmaster || :
fi

POSTIN

/bin/sh
/sbin/chkconfig --add puppetmaster || :

POSTUN

/bin/sh
if [ "$1" -ge 1 ]; then
  /sbin/service puppetmaster condrestart > /dev/null 2>&1 || :
fi