feat: initial commit
This commit is contained in:
commit
38f495e3f4
457 changed files with 40577 additions and 0 deletions
5
environments/production/modules/utils/manifests/init.pp
Normal file
5
environments/production/modules/utils/manifests/init.pp
Normal file
|
@ -0,0 +1,5 @@
|
|||
class utils {
|
||||
$pkgs = ['git', 'net-tools', 'curl', 'sudo']
|
||||
|
||||
package { $pkgs: ensure => 'installed' }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue