From 9bf5746b58f96b85268131f4d09d21e714945548 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Nov 2013 22:42:30 -0200 Subject: Adding nodo::utils::storage::iso --- manifests/role/nas.pp | 1 + manifests/utils/personal/debian.pp | 5 ++++- manifests/utils/storage/iso.pp | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 manifests/utils/storage/iso.pp (limited to 'manifests') diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 61e7764..40150c4 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -9,6 +9,7 @@ class nodo::role::nas( # Archive utilities include nodo::utils::storage::archive + include nodo::utils::storage::iso # Media folders and groups include nodo::subsystem::media diff --git a/manifests/utils/personal/debian.pp b/manifests/utils/personal/debian.pp index 610ba79..1280a66 100644 --- a/manifests/utils/personal/debian.pp +++ b/manifests/utils/personal/debian.pp @@ -1,7 +1,10 @@ class nodo::utils::personal::debian { + # ISO image handling + include nodo::utils::storage::iso + # System package { [ 'libpam-mount', 'ecryptfs-utils', 'gawk', - 'laptop-detect', 'syslinux', 'ack-grep', 'mtp-tools' ]: + 'laptop-detect', 'ack-grep', 'mtp-tools' ]: ensure => installed, } diff --git a/manifests/utils/storage/iso.pp b/manifests/utils/storage/iso.pp new file mode 100644 index 0000000..24772d6 --- /dev/null +++ b/manifests/utils/storage/iso.pp @@ -0,0 +1,5 @@ +class nodo::utils::storage::iso { + package { 'syslinux': + ensure => installed, + } +} -- cgit v1.2.3