Changed PPA manifest and tests for new package which started in Quantal
[puppet-modules/puppetlabs-apt.git] / manifests / conf.pp
index 03aab8e00270fb40ca699d1e4e286a8dd949bb71..3c4cb1975cb3551a1a642f2155111e0932a118e2 100644 (file)
@@ -1,7 +1,7 @@
 define apt::conf (
+  $content,
   $ensure   = present,
-  $priority = '50',
-  $content
+  $priority = '50'
 ) {
 
   include apt::params