aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-29 23:25:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-29 23:25:45 -0200
commita27fc944b2e5dc8f70b0938f9e1099e5877646aa (patch)
tree7b2f011522c32244c693a865065c1365b155248a /manifests
parent728ae6aa89996047ce8be9f3bfff11b211a8dd7e (diff)
downloadpuppet-git-a27fc944b2e5dc8f70b0938f9e1099e5877646aa.tar.gz
puppet-git-a27fc944b2e5dc8f70b0938f9e1099e5877646aa.tar.bz2
Changes for Debian Stretch
Diffstat (limited to 'manifests')
-rw-r--r--manifests/cgit.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/cgit.pp b/manifests/cgit.pp
index 47c7eff..ac676ff 100644
--- a/manifests/cgit.pp
+++ b/manifests/cgit.pp
@@ -12,11 +12,16 @@ class git::cgit(
}
}
- # For synthax highlighting
+ # Old synthax highlighting dependency
#package { 'python-pygments':
# ensure => present,
#}
+ # For synthax highlighting
+ package { 'python3-pygments':
+ ensure => present,
+ }
+
file { '/etc/cgitrc':
owner => "root",
group => "root",