From 3c376e51e2e353d58951e0fdc6e77c8d303c01f6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 Sep 2013 12:04:52 -0300 Subject: Adding nodo::utils::astronomy --- manifests/utils/astronomy.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/utils/astronomy.pp diff --git a/manifests/utils/astronomy.pp b/manifests/utils/astronomy.pp new file mode 100644 index 0000000..946aaa5 --- /dev/null +++ b/manifests/utils/astronomy.pp @@ -0,0 +1,5 @@ +class nodo::utils::astronomy { + package { 'stellarium': + ensure => present, + } +} -- cgit v1.2.3