]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Fix type mismatch
authorDavid Schmitt <david.schmitt@puppet.com>
Wed, 26 Jul 2017 15:30:15 +0000 (16:30 +0100)
committerDavid Schmitt <david.schmitt@puppet.com>
Mon, 11 Sep 2017 09:53:34 +0000 (10:53 +0100)
lib/puppet/type/apt_key2.rb

index 5f528e3170be9fe54b38a25c847d1401d1c217d1..15a90bde3bac9f7bf1ac4afd361595b36354c84b 100644 (file)
@@ -38,7 +38,7 @@ register_type({
             type:    'Pattern[/\A((hkp|http|https):\/\/)?([a-z\d])([a-z\d-]{0,61}\.)+[a-z\d]+(:\d{2,5})?$/]',
             docs:    'The key server to fetch the key from based on the ID. It can either be a domain name or url.',
             kind:    :read_only,
-            default: 'keyserver.ubuntu.com',
+            default: :'keyserver.ubuntu.com',
         },
         options:     {
             type: 'Optional[String]',