]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
fix typo
authorAntoine Beaupré <anarcat@koumbit.org>
Thu, 11 Jun 2015 14:32:40 +0000 (10:32 -0400)
committerAntoine Beaupré <anarcat@koumbit.org>
Thu, 11 Jun 2015 14:32:40 +0000 (10:32 -0400)
manifests/key.pp

index 3f9660f1cb1bfa813e30559d2d9e28be8cf3cea4..b396c1e19270d0130231262a22906610971d8261 100644 (file)
@@ -1,4 +1,4 @@
-define apt::key ($ensure => 'present', $source) {
+define apt::key ($ensure = 'present', $source) {
   file {
     "/etc/apt/trusted.gpg.d/$name":
       source => $source,