Added cache support for getting issues, commits and comments + reworked workshop page, now displaying latest changes and latest opened issues and links to changeset and issues list + changeset page now displays a change summary
class sysconfig::packages {
$catedit_pkgs = [
'python-dev',
'python-setuptools',
'libpq-dev',
'libjpeg8-dev',
'libxslt-dev',
'libxml2',
'mercurial',
'pylint'
]
package { $catedit_pkgs: ensure => "installed" }
#upgrade setuptools
exec { '/usr/bin/easy_install --upgrade setuptools': require => Package[$catedit_pkgs]}
}