Merge pull request #6 from cinerama70/pygmentize

Install pygmentize
This commit is contained in:
Monty Taylor 2015-05-13 10:36:15 -04:00
commit 308224f347
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ class phabricator (
'php5-dev',
'php5-curl',
'php-apc',
'php5-cli'
'php5-cli',
'python-pygmentize'
]
package { $packages:
ensure => installed,