X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fdsa_systemd%2Fmanifests%2Fsocket_service.pp;h=fb347dcb3c351784d21e46837796b3b0ecda66d9;hb=694793a4317a94b7dc1483f4a52d4b1868224ed6;hp=88459ada9ba60e57ea462ccc392b44a052d3666d;hpb=7ab8396fef3a421b3235a12c8b564c02db004043;p=mirror%2Fdsa-puppet.git 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'], }