]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds nodo::utils::desktop::cinnamon
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Mar 2016 15:56:41 +0000 (12:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Mar 2016 15:56:41 +0000 (12:56 -0300)
manifests/utils/desktop/cinnamon.pp [new file with mode: 0644]

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