mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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 {
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user