Freeze break: fix maps script

Matt_Domsch at Dell.com Matt_Domsch at Dell.com
Thu May 19 15:50:23 UTC 2011


Yes please.  +1

--
Matt Domsch
Technology Strategist
Social Media and Community Professional
Dell | Office of the CTO

-----Original Message-----
From: infrastructure-bounces at lists.fedoraproject.org [mailto:infrastructure-bounces at lists.fedoraproject.org] On Behalf Of seth vidal
Sent: Thursday, May 19, 2011 9:35 AM
To: Fedora Infrastructure
Subject: Re: Freeze break: fix maps script

On Thu, 2011-05-19 at 08:33 -0600, Kevin Fenzi wrote:
> I noticed the other day that the maps script, which produces: 
> 
> http://fedoraproject.org/maps/
> 
> has not been running correctly since the move to log02. 
> It's trying in the script to make a /var/lib/fi-mapping dir as the 
> apache user and failing. After that it has pretty much none of it's 
> work files, so it fails.
> 
> This is a pretty low risk change, but would be nice to have updated 
> maps for PR and such around release. ;)
> 
> This should at least get it going: 
> 
> diff --git a/modules/maps/manifests/init.pp 
> b/modules/maps/manifests/init.pp index af904b8..daf085d 100644
> --- a/modules/maps/manifests/init.pp
> +++ b/modules/maps/manifests/init.pp
> @@ -41,6 +41,12 @@ class maps::app {
>          mode => 0775,
>          ensure => directory,
>      }
> +    file { '/var/lib/fi-mapping':
> +        owner => 'apache',
> +        group => 'apache',
> +        mode => 0775,
> +        ensure => directory,
> +    }
>     file { ['/srv/web/maps/f7', '/srv/web/maps/f8', '/srv/web/maps/f9', '/srv/web/maps/el4', '/
>          ensure => directory, 
>          require => File['/srv/web/maps'], 
> _______________________________________________
> infrastructure mailing list
> infrastructure at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure


+1
-sv

_______________________________________________
infrastructure mailing list
infrastructure at lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure


More information about the infrastructure mailing list