latest WIP
This commit is contained in:
23
Sublime/Puppet/Snippets/yumrepo.tmSnippet
Normal file
23
Sublime/Puppet/Snippets/yumrepo.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>yumrepo { "${1:name}":
|
||||
baseurl => "${2}",
|
||||
descr => "${3:The $1 repository}",
|
||||
enabled => "${4:1}",
|
||||
gpgcheck => "${5:1}",
|
||||
gpgkey => "${6:file:///etc/pki/rpm-gpg/RPM-GPG-KEY-$1}",
|
||||
mirrorlist => "${7}"
|
||||
}$0</string>
|
||||
<key>name</key>
|
||||
<string>yumrepo</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>yumrepo</string>
|
||||
<key>uuid</key>
|
||||
<string>7AC2033D-9B16-4127-8E03-0F8AD7220920</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user