From: Peter Palfrader Date: Tue, 10 Sep 2019 07:55:59 +0000 (+0200) Subject: fix a variable name X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d3198cbac006dae693235bd5f492bfe340260f09;p=mirror%2Fdsa-puppet.git fix a variable name --- 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'], }