From: Silvio Rhatto Date: Thu, 29 Sep 2016 14:48:51 +0000 (-0300) Subject: Adds nodo::utils::doc X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f73d99c47e543bef362dd5111c812e8c79a4c993;p=puppet-nodo.git Adds nodo::utils::doc --- diff --git a/manifests/utils/bundle/poweruser.pp b/manifests/utils/bundle/poweruser.pp index 51021c2..d7b4b7a 100644 --- a/manifests/utils/bundle/poweruser.pp +++ b/manifests/utils/bundle/poweruser.pp @@ -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 index 0000000..0787c3d --- /dev/null +++ b/manifests/utils/doc.pp @@ -0,0 +1,7 @@ +class nodo::utils::doc { + package { [ + 'anarchism', + ]: + ensure => installed, + } +}