Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
d26f895c
Commit
d26f895c
authored
Feb 06, 2019
by
James T. Lee
Browse files
users: Fix exec PATH
parent
d616fa68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
manifests/profile/base/users.pp
manifests/profile/base/users.pp
+2
-2
No files found.
manifests/profile/base/users.pp
View file @
d26f895c
...
@@ -185,7 +185,7 @@ class nest::profile::base::users {
...
@@ -185,7 +185,7 @@ class nest::profile::base::users {
$vcsrepo_chown_command
=
shellquote
(
$vcsrepo_chown_command
=
shellquote
(
'C:/tools/cygwin/bin/bash.exe'
,
'-c'
,
'C:/tools/cygwin/bin/bash.exe'
,
'-c'
,
"
source /etc/profile &&
/usr/local/bin/git-chown
${user_quoted}
:
\$
(id -g
${user_quoted}
)
${dir_quoted}
"
,
"
PATH=
\"
/bin:
\$
PATH
\"
;
/usr/local/bin/git-chown
${user_quoted}
:
\$
(id -g
${user_quoted}
)
${dir_quoted}
"
,
)
)
exec
{
"vcsrepo-chown-
${dir}
"
:
exec
{
"vcsrepo-chown-
${dir}
"
:
...
@@ -196,7 +196,7 @@ class nest::profile::base::users {
...
@@ -196,7 +196,7 @@ class nest::profile::base::users {
$refresh_command
=
shellquote
(
$refresh_command
=
shellquote
(
'C:/tools/cygwin/bin/bash.exe'
,
'-c'
,
'C:/tools/cygwin/bin/bash.exe'
,
'-c'
,
"
source /etc/profile &&
${dir_quoted}
/.refresh
${user_quoted}
"
,
"
PATH=
\"
/bin:
\$
PATH
\"
;
${dir_quoted}
/.refresh
${user_quoted}
"
,
)
)
exec
{
"refresh-
${user}
-dotfiles"
:
exec
{
"refresh-
${user}
-dotfiles"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment