Browse Source

Fix syntax error

David Schmitt 7 years ago
parent
commit
85af3d8aa3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/defines/source_compat_spec.rb

+ 1 - 1
spec/defines/source_compat_spec.rb

@@ -34,7 +34,7 @@ describe 'apt::source', :type => :define do
       {
         :lsbdistid       => 'Debian',
         :lsbdistcodename => 'wheezy',
-        :osfamily        => 'Debian'
+        :osfamily        => 'Debian',
         :puppetversion   => Puppet.version,
       }
     end