Simple user resource type example
This commit is contained in:
parent
d83545d4a1
commit
d535b2fd60
1 changed files with 9 additions and 0 deletions
9
manifests/1-user-type.pp
Normal file
9
manifests/1-user-type.pp
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# user management (for local users)
|
||||||
|
user { 'tm':
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
|
|
||||||
|
user { 'fowlks':
|
||||||
|
ensure => absent,
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue