From a27fc944b2e5dc8f70b0938f9e1099e5877646aa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 29 Dec 2017 23:25:45 -0200 Subject: Changes for Debian Stretch --- manifests/cgit.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'manifests/cgit.pp') 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", -- cgit v1.2.3