From d3198cbac006dae693235bd5f492bfe340260f09 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 10 Sep 2019 09:55:59 +0200 Subject: [PATCH] fix a variable name --- modules/dsa_systemd/manifests/socket_service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dsa_systemd/manifests/socket_service.pp b/modules/dsa_systemd/manifests/socket_service.pp index 88459ada9..fb347dcb3 100644 --- a/modules/dsa_systemd/manifests/socket_service.pp +++ b/modules/dsa_systemd/manifests/socket_service.pp @@ -47,7 +47,7 @@ define dsa_systemd::socket_service( file { $socket_file: ensure => $ensure, - content => $socket_file_content, + content => $socket_content, notify => Exec['systemctl daemon-reload'], } -- 2.20.1