feat: lxc updates
- add virtual/lxc.yaml - add crypto crypto-policies-scripts - ensure ssh::server is managed
This commit is contained in:
parent
bc5bd11f5e
commit
fe30b13bf7
@ -9,6 +9,7 @@ hiera_include:
|
||||
- profiles::almalinux::base
|
||||
|
||||
profiles::packages::include:
|
||||
crypto-policies-scripts: {}
|
||||
lzo: {}
|
||||
policycoreutils: {}
|
||||
unar: {}
|
||||
|
||||
1
hieradata/virtual/lxc.yaml
Normal file
1
hieradata/virtual/lxc.yaml
Normal file
@ -0,0 +1 @@
|
||||
---
|
||||
@ -2,6 +2,8 @@
|
||||
# saz-ssh manages the service, this is just some additional stuff
|
||||
class profiles::ssh::service {
|
||||
|
||||
include ssh::server
|
||||
|
||||
# set sshd to start
|
||||
systemd::manage_dropin { 'after-network-online.conf':
|
||||
ensure => present,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user