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
4e6c14a5
"manifests/base/users.pp" did not exist on "60062bcc54754d25b2bc49a4c7eceb3e63f09b81"
Commit
4e6c14a5
authored
Apr 15, 2020
by
James T. Lee
Browse files
users: Try unmanaging ~/.ssh/config.erb on windows
parent
fda9c621
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
manifests/profile/base/users.pp
manifests/profile/base/users.pp
+0
-6
No files found.
manifests/profile/base/users.pp
View file @
4e6c14a5
...
@@ -193,12 +193,6 @@ class nest::profile::base::users {
...
@@ -193,12 +193,6 @@ class nest::profile::base::users {
}
}
if
$facts
[
'osfamily'
]
==
'windows'
{
if
$facts
[
'osfamily'
]
==
'windows'
{
file
{
"
${vcsrepo_dir}
/.ssh/config.erb"
:
mode
=>
'0600'
,
before
=>
Nest
::
Cygwin_home_perms
[
'pre-refresh'
],
notify
=>
Exec
[
"refresh-
${user}
-dotfiles"
],
}
::
nest::cygwin_home_perms
{
'pre-refresh'
:
::
nest::cygwin_home_perms
{
'pre-refresh'
:
user
=>
$user
,
user
=>
$user
,
require
=>
Vcsrepo
[
"
$vcsrepo_dir
"
],
require
=>
Vcsrepo
[
"
$vcsrepo_dir
"
],
...
...
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