I feel like an old man not being familiar with these new-fangled init script methods the kids are using these days. I guess I've got to get with the times... :)
Thanks, Matthaus! On Tuesday, February 10, 2015 at 10:13:25 PM UTC-7, Matthaus Litteken wrote: > > Bryan, > EL7 has systemd, so we ship systemd service files for puppet and > puppet-server. `service puppet status` should still work, it just > redirects to systemctl under the hood. > > rpm -qplv > http://yum.puppetlabs.com/el/7/products/x86_64/puppet-3.7.4-1.el7.noarch.rpm > | grep service > -rw-r--r-- 1 root root 306 Jan 26 15:46 > /usr/lib/systemd/system/puppet.service > > rpm -qplv > http://yum.puppetlabs.com/el/7/products/x86_64/puppet-server-3.7.4-1.el7.noarch.rpm > > | grep service > -rw-r--r-- 1 root root 255 Jan 26 15:46 > /usr/lib/systemd/system/puppetmaster.service > > Hope that helps. > > On Tue, Feb 10, 2015 at 8:18 PM, Bryan Arenal <[email protected] > <javascript:>> wrote: > > Hi, > > > > I just installed puppet and puppet-server on my CentOS 7 puppet master > > system but I noticed that there's no init script included (and none > > gets created). The following doc says there should be one at least > > and one was included on a different ubuntu vm I'd tested on earlier: > > > > > https://docs.puppetlabs.com/guides/install_puppet/install_el.html#step-3-install-puppet-on-the-puppet-master-server > > > > > # rpm -qa |grep puppet > > puppet-3.7.4-1.el7.noarch > > puppetlabs-release-7-11.noarch > > puppet-server-3.7.4-1.el7.noarch > > > > # for i in `rpm -qa |grep puppet` ; do rpm -ql ${i} |grep ^\/etc ; done > > /etc/NetworkManager > > /etc/NetworkManager/dispatcher.d > > /etc/NetworkManager/dispatcher.d/98-puppet > > /etc/logrotate.d/puppet > > /etc/puppet > > /etc/puppet/auth.conf > > /etc/puppet/modules > > /etc/puppet/puppet.conf > > /etc/tmpfiles.d/puppet.conf > > /etc/pki/rpm-gpg/RPM-GPG-KEY-nightly-puppetlabs > > /etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs > > /etc/yum.repos.d/puppetlabs.repo > > /etc/puppet/environments > > /etc/puppet/environments/example_env > > /etc/puppet/environments/example_env/README.environment > > /etc/puppet/environments/example_env/manifests > > /etc/puppet/environments/example_env/modules > > /etc/puppet/fileserver.conf > > /etc/puppet/manifests > > > > # ls /etc/init.d/ > > functions iprdump* iprinit* iprupdate* netconsole* network* README > > > > # find /etc/rc*.d -iname "*puppet*" > > (nothing returned) > > > > On my ubuntu test box, I have: > > > > # ls /etc/init.d/puppet* > > /etc/init.d/puppet* /etc/init.d/puppetmaster* /etc/init.d/puppetqd* > > > > Should there be one for the EL7 RPM? > > > > Cheers > > > > -- > > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CANvovHQJZQNEoMTHwm0tWMnhPPP5R8PYNsFxwN1k10492fOg%2BQ%40mail.gmail.com. > > > > For more options, visit https://groups.google.com/d/optout. > > > > -- > Matthaus Owens > Puppet Labs > > Join us at PuppetConf 2015, October 5-9 in Portland, OR - > http://2015.puppetconf.com. > Register early to save 40%! > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/3e099ae1-1ce0-42f0-abce-652b1f52ee4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
