diff options
-rw-r--r-- | deployment/reports/manifests/ii.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/reports/manifests/ii.pp b/deployment/reports/manifests/ii.pp index b14d1336..7af8e9dd 100644 --- a/deployment/reports/manifests/ii.pp +++ b/deployment/reports/manifests/ii.pp @@ -11,7 +11,7 @@ class reports { } file { "/etc/puppet/socket.yaml": - content => "reports/socket.yaml", + content => template("reports/socket.yaml"), } } } |