From f5b2645d869b76598c18527d388ed76719c06bdd Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 4 Oct 2024 21:44:50 -0700 Subject: Revert "Use @ when accessing variables in templates" Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. --- modules/libvirtd/templates/50-template-libvirt-remote-access.pkla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/libvirtd') diff --git a/modules/libvirtd/templates/50-template-libvirt-remote-access.pkla b/modules/libvirtd/templates/50-template-libvirt-remote-access.pkla index 8806e3cb..201e89a0 100644 --- a/modules/libvirtd/templates/50-template-libvirt-remote-access.pkla +++ b/modules/libvirtd/templates/50-template-libvirt-remote-access.pkla @@ -1,5 +1,5 @@ [Remote libvirt SSH access] -Identity=unix-user:root;unix-group:<%= @name %> +Identity=unix-user:root;unix-group:<%= name %> Action=org.libvirt.unix.manage ResultAny=yes ResultInactive=yes -- cgit v1.2.1