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
b2f214ac
Commit
b2f214ac
authored
Feb 17, 2019
by
James T. Lee
Browse files
users: Remove ubnt user/group
parent
57c25b90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
manifests/profile/base/users.pp
manifests/profile/base/users.pp
+4
-1
No files found.
manifests/profile/base/users.pp
View file @
b2f214ac
...
@@ -25,7 +25,9 @@ class nest::profile::base::users {
...
@@ -25,7 +25,9 @@ class nest::profile::base::users {
'media'
:
'media'
:
gid
=>
'1001'
;
gid
=>
'1001'
;
'ubnt'
:
'ubnt'
:
gid
=>
'1002'
;
ensure
=>
absent
,
gid
=>
'1002'
,
require
=>
User
[
'ubnt'
];
'bitwarden'
:
'bitwarden'
:
gid
=>
'1003'
;
gid
=>
'1003'
;
}
}
...
@@ -113,6 +115,7 @@ class nest::profile::base::users {
...
@@ -113,6 +115,7 @@ class nest::profile::base::users {
shell
=>
'/sbin/nologin'
;
shell
=>
'/sbin/nologin'
;
'ubnt'
:
'ubnt'
:
ensure
=>
absent
,
uid
=>
'1002'
,
uid
=>
'1002'
,
gid
=>
'1002'
,
gid
=>
'1002'
,
home
=>
'/srv/unifi'
,
home
=>
'/srv/unifi'
,
...
...
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