aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-27 05:41:47 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-27 05:41:47 -0200
commitc2d205318366b915b56ec5216f017e09ac9e4490 (patch)
tree8d2081817a48a6a7e3f70ccdcfdf33b337356d65 /manifests
parentee8e43638e208fe19f60eda617096ade6f834fda (diff)
downloadpuppet-nodo-c2d205318366b915b56ec5216f017e09ac9e4490.tar.gz
puppet-nodo-c2d205318366b915b56ec5216f017e09ac9e4490.tar.bz2
Ensure android-tools-fsutils is absent on stretch
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/android.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/android.pp b/manifests/utils/android.pp
index ad68608..ea0fd99 100644
--- a/manifests/utils/android.pp
+++ b/manifests/utils/android.pp
@@ -13,7 +13,7 @@ class nodo::utils::android (
'android-tools-fsutils',
]:
ensure => $::lsbdistcodename ? {
- 'stretch' => undef,
+ 'stretch' => absent,
default => present,
},
}