feat: initial commit

This commit is contained in:
amy 2025-04-01 17:40:03 +00:00
commit 38f495e3f4
457 changed files with 40577 additions and 0 deletions

View 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',
}
}