(CONT-844) - Update .sync.yml
[puppet-modules/puppetlabs-apt.git] / manifests / conf.pp
index c27f0c1c0dcd683699caec9572739157468a57d7..0aec66dd63f69f5bb68195e4f9f6120c0c6332ae 100644 (file)
@@ -19,7 +19,6 @@ define apt::conf (
   Variant[String, Integer] $priority = 50,
   Optional[Boolean] $notify_update   = undef,
 ) {
-
   unless $ensure == 'absent' {
     unless $content {
       fail('Need to pass in content parameter')