Get password

This commit is contained in:
Micke Nordin 2023-09-02 12:38:34 +02:00
parent 7207ef2bbf
commit 1b60d41dab
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -388,6 +388,7 @@ class sunetdrive::script (
warn_criteria => ['exit_status=1','max_age=3d'],
}
} else {
$admin_app_password = safe_hiera('admin_app_password')
file { '/root/tasks/announce.sh':
ensure => file,
content => template('sunetdrive/script/announce.erb.sh'),