Skip to content

FOR REVIEW: proposed file path additions for facter #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions file_paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ The files annotated by an '*' indicate that they are created by package installa
hiera.yaml # only if using deprecated default location
modules

/etc/puppetlabs/facter * # facter config root
facter.conf # primary facter config
conf.d/ # config snippet directory

/etc/puppetlabs/mcollective *
client.cfg *
facts.yaml *
Expand Down Expand Up @@ -78,6 +82,8 @@ The files annotated by an '*' indicate that they are created by package installa

/opt/puppetlabs/facter *
facts.d * # external facts directory (not pluginsync'ed)
cache/
cached_facts/ # data for facts with TTLs is stored here

/opt/puppetlabs/mcollective/
plugins # user installed plugins
Expand Down Expand Up @@ -184,7 +190,12 @@ create a `puppet` user or group.
modules * # user modulepath

C:\ProgramData\PuppetLabs\facter * same
etc *
facter.conf # facter's configuration file
conf.d *
facts.d * # external facts directory (not pluginsync'ed)
cache *
cached_facts * # serialized fact resolution results

C:\ProgramData\PuppetLabs\mcollective
plugins * # user installed plugins
Expand Down