]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Adds python3-markdown dependency into git::cgit
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Dec 2017 00:35:24 +0000 (22:35 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Dec 2017 00:35:24 +0000 (22:35 -0200)
manifests/cgit.pp

index ac676ffeb0837eff16534578a4fb54542aa007b0..9c1c710b7ea98b3a92231aae042595db6e11c70e 100644 (file)
@@ -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,
   }