Parent Directory
|
Revision Log
update filesystem layout for puppet 4.x
1 | [Unit] |
2 | Description=Puppet master |
3 | Wants=basic.target |
4 | After=basic.target network.target |
5 | |
6 | [Service] |
7 | EnvironmentFile=-/etc/sysconfig/puppetmaster |
8 | ExecStart=/usr/bin/puppet master ${PUPPETMASTER_EXTRA_OPTS} --no-daemonize |
9 | |
10 | [Install] |
11 | WantedBy=multi-user.target |
ViewVC Help | |
Powered by ViewVC 1.1.28 |