Puppet style guide: Avoid double quoted strings containing no variables
refs #6842
This commit is contained in:
parent
809b7149c4
commit
e8dfbe6887
|
@ -1,6 +1,6 @@
|
||||||
class icinga_packages {
|
class icinga_packages {
|
||||||
yumrepo { 'icinga_packages':
|
yumrepo { 'icinga_packages':
|
||||||
baseurl => "http://packages.icinga.org/epel/6/snapshot/",
|
baseurl => 'http://packages.icinga.org/epel/6/snapshot/',
|
||||||
enabled => '1',
|
enabled => '1',
|
||||||
gpgcheck => '1',
|
gpgcheck => '1',
|
||||||
gpgkey => 'http://packages.icinga.org/icinga.key',
|
gpgkey => 'http://packages.icinga.org/icinga.key',
|
||||||
|
|
Loading…
Reference in New Issue