Puppet style guide: Avoid double quoted strings containing no variables

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-02 12:12:43 +02:00
parent 809b7149c4
commit e8dfbe6887
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class icinga_packages {
yumrepo { 'icinga_packages':
baseurl => "http://packages.icinga.org/epel/6/snapshot/",
baseurl => 'http://packages.icinga.org/epel/6/snapshot/',
enabled => '1',
gpgcheck => '1',
gpgkey => 'http://packages.icinga.org/icinga.key',