We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ae0a3 commit 3f8604aCopy full SHA for 3f8604a
manifests/registry.pp
@@ -138,7 +138,7 @@
138
environment => Deferred('docker::env', [$exec_env]),
139
provider => $exec_provider,
140
logoutput => true,
141
- unless => stdlib::deferrable_epp('docker/windows/check_hash.ps1.epp', { 'passfile' => $passfile },
+ unless => stdlib::deferrable_epp('docker/windows/check_hash.ps1.epp', { 'passfile' => $passfile }),
142
notify => Exec["${title} auth"],
143
}
144
@@ -150,7 +150,6 @@
150
exec { "${title} auth":
151
152
command => Deferred('sprintf', [$_auth_command]),
153
- command => $_auth_command,
154
user => $exec_user,
155
path => $exec_path,
156
timeout => $exec_timeout,
0 commit comments