]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds nodo::utils::doc
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Sep 2016 14:48:51 +0000 (11:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Sep 2016 14:48:51 +0000 (11:48 -0300)
manifests/utils/bundle/poweruser.pp
manifests/utils/doc.pp [new file with mode: 0644]

index 51021c268542d6d918f60a547dbc1b10f7bbc952..d7b4b7a0255985aa7e33524c4d82ac47cbb674db 100644 (file)
@@ -1,5 +1,6 @@
 # Bundle for power users
 class nodo::utils::bundle::poweruser {
+  include nodo::utils::doc
   include nodo::utils::office::console
   include nodo::utils::office::gui
   include nodo::utils::interface
diff --git a/manifests/utils/doc.pp b/manifests/utils/doc.pp
new file mode 100644 (file)
index 0000000..0787c3d
--- /dev/null
@@ -0,0 +1,7 @@
+class nodo::utils::doc {
+  package { [
+    'anarchism',
+  ]:
+    ensure => installed,
+  }
+}