Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeha/puppet-modules
Namespace.at Puppet Modules
https://github.com/zeha/puppet-modules
Last synced: 24 days ago
JSON representation
Namespace.at Puppet Modules
- Host: GitHub
- URL: https://github.com/zeha/puppet-modules
- Owner: zeha
- License: mit
- Created: 2011-03-12T19:14:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-16T13:18:09.000Z (about 11 years ago)
- Last Synced: 2024-04-21T02:19:26.639Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 239 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Namespace.at Puppet Modules
===========================License: see file COPYING.
Typical site.pp
----------------->>--
$ymllookup_datadir = "/etc/puppet/manifests/ymldata"
$ymllookup_precedence = ["host/%{fqdn}", "domain/%{domain}", "default"]Exec {
path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
}File {
owner => "root",
group => "root",
}import "nodes.pp"
--<<--