From 44e62e7e78c90b21f9c273f4e6bc604e5604a640 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 26 Feb 2018 21:46:01 +0100 Subject: [PATCH] Fix /etc/repro/radius-servers more --- modules/roles/manifests/rtc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/rtc.pp b/modules/roles/manifests/rtc.pp index 9e1c75452..3dfa8b5dc 100644 --- a/modules/roles/manifests/rtc.pp +++ b/modules/roles/manifests/rtc.pp @@ -124,7 +124,7 @@ class roles::rtc { target => '../mods-available/passwd_rtc', } file { '/etc/repro/radius-servers': - content => inline_template('localhost/localhost <%= @radius_password} %>'), + content => inline_template('localhost/localhost <%= @radius_password %>'), mode => '0440', group => repro, notify => Service['repro'], -- 2.20.1