latest WIP
This commit is contained in:
20
Sublime/Puppet/Snippets/exec.tmSnippet
Normal file
20
Sublime/Puppet/Snippets/exec.tmSnippet
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>exec { "${1:name}":
|
||||
command => "${2:/bin/echo}",
|
||||
#path => "/usr/bin:/usr/sbin:/bin:/usr/local/bin",
|
||||
#refreshonly => true,
|
||||
}$0</string>
|
||||
<key>name</key>
|
||||
<string>exec</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>exec</string>
|
||||
<key>uuid</key>
|
||||
<string>849952B4-0D8A-4B5F-996D-35D531AAAE81</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user