]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::astronomy
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Sep 2013 15:04:52 +0000 (12:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Sep 2013 15:04:52 +0000 (12:04 -0300)
manifests/utils/astronomy.pp [new file with mode: 0644]

diff --git a/manifests/utils/astronomy.pp b/manifests/utils/astronomy.pp
new file mode 100644 (file)
index 0000000..946aaa5
--- /dev/null
@@ -0,0 +1,5 @@
+class nodo::utils::astronomy {
+  package { 'stellarium':
+    ensure => present,
+  }
+}