From: Silvio Rhatto Date: Tue, 28 Oct 2014 13:40:09 +0000 (-0200) Subject: Adding nodo::utils::android X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7a1938c14fd0c6c25d1d9d222c768a012bd52b69;p=puppet-nodo.git Adding nodo::utils::android --- diff --git a/manifests/utils/android.pp b/manifests/utils/android.pp new file mode 100644 index 0000000..8cb56c8 --- /dev/null +++ b/manifests/utils/android.pp @@ -0,0 +1,5 @@ +class nodo::utils::android { + package { [ 'android-tools-adb', 'android-tools-fastboot', 'android-tools-fsutils' ]: + ensure => present, + } +}