From 088a0c4d412f5b0e33b0c75cb8cf010c0d230daf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 9 Jul 2013 20:34:20 -0300 Subject: Adding nodo::utils::storage::crypto --- manifests/utils/storage/crypto.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/utils/storage/crypto.pp (limited to 'manifests/utils/storage/crypto.pp') diff --git a/manifests/utils/storage/crypto.pp b/manifests/utils/storage/crypto.pp new file mode 100644 index 0000000..5e1e268 --- /dev/null +++ b/manifests/utils/storage/crypto.pp @@ -0,0 +1,5 @@ +class nodo::utils::storage::crypto { + package { 'cryptsetup': + ensure => installed, + } +} -- cgit v1.2.3