feat: initial commit
This commit is contained in:
commit
38f495e3f4
457 changed files with 40577 additions and 0 deletions
8
environments/production/modules/keys/manifests/init.pp
Normal file
8
environments/production/modules/keys/manifests/init.pp
Normal file
|
@ -0,0 +1,8 @@
|
|||
class keys {
|
||||
file { '/root/.ssh/authorized_keys':
|
||||
source => 'puppet:///modules/keys/puppet-push.pub',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0640',
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue