File: README.md

package info (click to toggle)
puppet-agent 8.10.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,404 kB
  • sloc: ruby: 286,820; sh: 492; xml: 116; makefile: 88; cs: 68
file content (13 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# `ext/` directory details 
This directory contains files used internally when packaging [puppet](https://github.com/puppetlabs/puppet) and [puppet-agent](https://github.com/puppetlabs/puppet-agent)
What follows is a more detailed description of each directory/file:
* `debian/` - init scripts for puppet (used for Debian-based platforms that do not support systemd)
* `hiera/hiera.yaml` - installed to `$codedir/environments/production`as a default Hiera configuration file
* `osx/puppet.plist` - puppet launchd plist for macOS
* `redhat/` -  init scripts for puppet (used for EL-based platforms that do not support systemd)
* `solaris/smf/` - service manifests for Solaris 11
* `suse/client.init` - init script for puppet (used for SUSE-based platforms that do not support systemd) 
* `systemd/puppet.service` - systemd unit file for puppet
* `windows/` - the puppet daemon for Windows, and other useful `.bat` helper wrappers
* `build_defaults.yaml` - information pertaining to the puppetlabs build automation
* `project_data.yaml` - information used when packaging the puppet gem