diff options
-rw-r--r-- | manifests/cgit.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/cgit.pp b/manifests/cgit.pp index ac676ff..9c1c710 100644 --- a/manifests/cgit.pp +++ b/manifests/cgit.pp @@ -12,13 +12,13 @@ class git::cgit( } } - # Old synthax highlighting dependency - #package { 'python-pygments': + # Old python2 dependencies + #package { [ 'python-pygments', 'python-markdown' ]: # ensure => present, #} # For synthax highlighting - package { 'python3-pygments': + package { [ 'python3-pygments', 'python3-markdown' ]: ensure => present, } |