latest WIP
This commit is contained in:
23
Sublime/Puppet/Snippets/user.tmSnippet
Normal file
23
Sublime/Puppet/Snippets/user.tmSnippet
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>content</key>
|
||||
<string>user { "${1:name}":
|
||||
comment => "${2:First Last}",
|
||||
home => "${3:/home/$1}",
|
||||
ensure => ${4:present},
|
||||
#shell => "/bin/bash",
|
||||
#uid => '501',
|
||||
#gid => '20'
|
||||
}$0</string>
|
||||
<key>name</key>
|
||||
<string>user</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>user</string>
|
||||
<key>uuid</key>
|
||||
<string>831FA574-7FC1-47B7-BDD3-67E3E94E8188</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user