diff options
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c69ac8d..055326c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,6 @@ class trac { # the needed packages package { "trac": ensure => installed, } - package { "trac-git": ensure => installed, } package { "libapache2-mod-python": ensure => installed, } # needed by http://trac-hacks.org/wiki/TracWikiPrintPlugin |