feat: Real initial commit
This commit is contained in:
parent
f6866d56d4
commit
ed355f33fe
1
files/genesis.txt
Normal file
1
files/genesis.txt
Normal file
@ -0,0 +1 @@
|
||||
In the beginning there was darkness
|
10
manifests/init.pp
Normal file
10
manifests/init.pp
Normal file
@ -0,0 +1,10 @@
|
||||
class genesis {
|
||||
|
||||
file { '/usr/local/bin/genesis.txt':
|
||||
ensure => present,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
source => 'puppet:///modules/genesis/genesis.txt'
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user