set expires: headers on alioth-archive
[mirror/dsa-puppet.git] / modules / roles / manifests / rtc.pp
index b505764..3dfa8b5 100644 (file)
@@ -124,9 +124,7 @@ class roles::rtc {
                target  => '../mods-available/passwd_rtc',
        }
        file { '/etc/repro/radius-servers':
-               content => @(EOF),
-                       localhost/localhost ${radius_password}
-                       | EOF
+               content => inline_template('localhost/localhost <%= @radius_password %>'),
                mode    => '0440',
                group   => repro,
                notify  => Service['repro'],