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