apt::source: Rename `trusted_source`.
[puppet-modules/puppetlabs-apt.git] / manifests / source.pp
index 1ceaba96ceb5aae6ed5ec967b59e60e176cbb0f2..96c174c05e2539e25066198f3a931e36ac22e6af 100644 (file)
@@ -10,10 +10,10 @@ define apt::source(
   $key            = undef,
   $pin            = false,
   $architecture   = undef,
-  $trusted_source = false,
+  $allow_unsigned = false,
 ) {
   validate_string($architecture, $comment, $location, $repos)
-  validate_bool($trusted_source)
+  validate_bool($allow_unsigned)
   validate_hash($include)
 
   unless $release {