feat: Add dummy module
This commit is contained in:
parent
1a612d2a89
commit
d4d276bf55
1
files/testmod.txt
Normal file
1
files/testmod.txt
Normal file
@ -0,0 +1 @@
|
||||
This is a test
|
10
manifests/init.pp
Normal file
10
manifests/init.pp
Normal file
@ -0,0 +1,10 @@
|
||||
class puppet_module {
|
||||
|
||||
file { '/root/testmod.txt':
|
||||
ensure => present,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
source => 'puppet:///modules/puppet_module/testmod.txt'
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user