aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-04-13 19:06:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-04-13 19:06:13 -0300
commit09891d7c207c587f6a60daaf557bd238a3e1f45c (patch)
tree03a20f1ab4aa4ac9000589646efdc8c2cf6bdb9e
parentc91ad05b3d0ceac2ded0ff14d0e7cff5f6fe256e (diff)
downloadpuppet-nodo-09891d7c207c587f6a60daaf557bd238a3e1f45c.tar.gz
puppet-nodo-09891d7c207c587f6a60daaf557bd238a3e1f45c.tar.bz2
Adds pelican into nodo::utils::development::ide
-rw-r--r--manifests/utils/development/ide.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/development/ide.pp b/manifests/utils/development/ide.pp
index 7a83d7f..c1cdc52 100644
--- a/manifests/utils/development/ide.pp
+++ b/manifests/utils/development/ide.pp
@@ -6,6 +6,7 @@ class nodo::utils::development::ide {
'ack-grep',
'markdown',
'python-sphinx',
+ 'pelican',
]:
ensure => installed,
}