Skip to content

Commit d0f55db

Browse files
stejansedavejrt
authored andcommitted
Fix registry local_user functionalitity. (#353)
Docker uses $HOME environment variable to determine docker.json location. Having /root as as standard $HOME, local_user functionality is broken.
1 parent 059fe18 commit d0f55db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/registry.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$password_env = '$env:password'
5656
$exec_user = undef
5757
} else {
58-
$exec_environment = ['HOME=/root']
58+
$exec_environment = []
5959
$exec_path = ['/bin', '/usr/bin']
6060
$exec_timeout = 0
6161
$exec_provider = undef

0 commit comments

Comments
 (0)