]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Ensure android-tools-fsutils is absent on stretch
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Jan 2018 07:41:47 +0000 (05:41 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Jan 2018 07:41:47 +0000 (05:41 -0200)
manifests/utils/android.pp

index ad6860844a42f963efdc35fc6eaf52207fb358e2..ea0fd9910e5f2142e31b4ca89c3cf17db0e4affa 100644 (file)
@@ -13,7 +13,7 @@ class nodo::utils::android (
     'android-tools-fsutils',
   ]:
     ensure => $::lsbdistcodename ? {
-      'stretch' => undef,
+      'stretch' => absent,
       default   => present,
     },
   }