diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 12:04:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 12:04:52 -0300 |
commit | 3c376e51e2e353d58951e0fdc6e77c8d303c01f6 (patch) | |
tree | 0df8376f4619cc7c589c30c409f077c2329a8c64 | |
parent | 6d24d193e685776e4cf1018cfeb15e951622707f (diff) | |
download | puppet-nodo-3c376e51e2e353d58951e0fdc6e77c8d303c01f6.tar.gz puppet-nodo-3c376e51e2e353d58951e0fdc6e77c8d303c01f6.tar.bz2 |
Adding nodo::utils::astronomy
-rw-r--r-- | manifests/utils/astronomy.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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, + } +} |