https://github.com/madhacking/puppet-module-hacking_facts
Puppet module to provide additional system facts.
https://github.com/madhacking/puppet-module-hacking_facts
Last synced: 8 months ago
JSON representation
Puppet module to provide additional system facts.
- Host: GitHub
- URL: https://github.com/madhacking/puppet-module-hacking_facts
- Owner: MADhacking
- License: other
- Created: 2015-05-04T16:12:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T22:51:25.000Z (over 10 years ago)
- Last Synced: 2025-02-20T00:09:41.942Z (9 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Additional fact module for Puppet
## Description
Puppet module for providing additional system facts.
## Facts
### initsystem
The `initsystem` fact can be used to determine which init system is in use.
Possible values are `systemd`, `upstart`, `openrc`, `sysvinit`, `bsd`, `smf`, `launchd` and `unknown`.
### rc_sys
The `rc_sys` fact can be used to determine the setting of the `rc_sys` variable in `/etc/rc.conf`.