diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-19 19:44:28 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-19 19:44:28 +0000 |
commit | 047463ce79355273368e3a7ff79ee31a50141bc7 (patch) | |
tree | 4e15614e124e39f5f2fcc3f150c3a54dd92679ec /manifests | |
parent | cb664470f0d4307c700ce953433eb4bc83e8e4af (diff) | |
download | puppet-047463ce79355273368e3a7ff79ee31a50141bc7.tar puppet-047463ce79355273368e3a7ff79ee31a50141bc7.tar.gz puppet-047463ce79355273368e3a7ff79ee31a50141bc7.tar.bz2 puppet-047463ce79355273368e3a7ff79ee31a50141bc7.tar.xz puppet-047463ce79355273368e3a7ff79ee31a50141bc7.zip |
another small puppetlint cleanup
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/extlookup.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/extlookup.pp b/manifests/extlookup.pp index 77dc7809..554958ed 100644 --- a/manifests/extlookup.pp +++ b/manifests/extlookup.pp @@ -1,4 +1,4 @@ # see http://www.devco.net/archives/2009/08/31/complex_data_and_puppet.php -$extlookup_datadir = "/etc/puppet/extdata" -$extlookup_precedence = ["%{fqdn}", "common"] +$extlookup_datadir = '/etc/puppet/extdata' +$extlookup_precedence = ['%{fqdn}', 'common'] |