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/utils/storage/iso.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/utils/storage/iso.pp (limited to 'manifests/utils/storage/iso.pp') 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