[Change Request] Add trac xmlrpc plugin.

SmootherFrOgZ lxtnow at gmail.com
Thu May 6 07:56:34 UTC 2010


On Thu, May 6, 2010 at 8:12 AM, Ricky Zhou <ricky at fedoraproject.org> wrote:
> ---
>  manifests/services/hosted.fedoraproject.org.pp |    5 +++++
>  modules/trac/manifests/init.pp                 |    1 +
>  2 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/manifests/services/hosted.fedoraproject.org.pp b/manifests/services/hosted.fedoraproject.org.pp
> index 3d14cfc..9e2c06b 100644
> --- a/manifests/services/hosted.fedoraproject.org.pp
> +++ b/manifests/services/hosted.fedoraproject.org.pp
> @@ -101,6 +101,11 @@ class hosted-server {
>     package { trac-tickettemplate-plugin:
>         ensure => present,
>     }
> +
> +    package { "trac-xmlrpc-plugin":
> +        ensure => installed,
> +    }
> +
>     package { babel:
>         ensure => present,
>     }
> diff --git a/modules/trac/manifests/init.pp b/modules/trac/manifests/init.pp
> index 6197ed1..c755ea5 100644
> --- a/modules/trac/manifests/init.pp
> +++ b/modules/trac/manifests/init.pp
> @@ -14,6 +14,7 @@ class trac::app {
>         "trac-privateticketsplugin",
>         "trac-customfieldsadmin-plugin",
>         "trac-peerreview-plugin",
> +        "trac-xmlrpc-plugin",
>         "email2trac",
>     ]:
>         ensure => installed,
> --
> 1.5.5.6

Hm, we already have this installed on hosted1 since a while or is this
just to make sure
it is puppet managed?



-- 
Xavier.t Lamien
--
http://fedoraproject.org/wiki/XavierLamien
GPG-Key ID: F3903DEB
Fingerprint: 0F2A 7A17 0F1B 82EE FCBF 1F51 76B7 A28D F390 3DEB


More information about the infrastructure mailing list