Initial commit
This commit is contained in:
commit
172b9d2d1f
5
Puppetfile
Normal file
5
Puppetfile
Normal file
@ -0,0 +1,5 @@
|
||||
forge 'forge.puppetlabs.com'
|
||||
|
||||
# Forge Modules
|
||||
mod 'puppetlabs/ntp', '4.1.0'
|
||||
mod 'puppetlabs/stdlib'
|
||||
2
environment.conf
Normal file
2
environment.conf
Normal file
@ -0,0 +1,2 @@
|
||||
manifest = site.pp
|
||||
modulepath = modules:site
|
||||
7
hieradata/common.yaml
Normal file
7
hieradata/common.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
classes:
|
||||
- 'profile::base'
|
||||
|
||||
ntp::servers:
|
||||
- 0.au.pool.ntp.org
|
||||
- 1.au.pool.ntp.org
|
||||
3
site/profile/manifests/base.pp
Normal file
3
site/profile/manifests/base.pp
Normal file
@ -0,0 +1,3 @@
|
||||
class profile::base {
|
||||
class { '::ntp': }
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user