diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/android.pp | 2 |
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, }, } |