<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Drumhead Trap &#187; nginx</title>
	<atom:link href="http://www.adriansilva.org/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adriansilva.org</link>
	<description>Skins and patches</description>
	<lastBuildDate>Thu, 12 May 2011 15:03:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>A puppet 0.24.4 -&gt; 0.24.7 migration</title>
		<link>http://www.adriansilva.org/2009/07/05/a-puppet-0244-0247-migration/</link>
		<comments>http://www.adriansilva.org/2009/07/05/a-puppet-0244-0247-migration/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 17:08:22 +0000</pubDate>
		<dc:creator>skiold</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[mongrel]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[visualtis]]></category>

		<guid isPermaLink="false">http://www.adriansilva.org/?p=374</guid>
		<description><![CDATA[I like to keep current the version of puppet on visualtis; a smallish without no much overhead when rolling-up the updates. In the end nothing breaks badly if puppet isn&#8217;t working properly. For a few months I had no time to invest in puppet and I ended migrating three minor versions of puppet. Namely from [...]]]></description>
			<content:encoded><![CDATA[<p>I like to keep current the version of puppet on visualtis; a smallish without no much overhead when rolling-up the updates. In the end nothing breaks badly if puppet isn&#8217;t working properly.</p>
<p>For a few months I had no time to invest in puppet and I ended migrating three minor versions of puppet. Namely from 0.24.4 to 0.24.7; three minor versions that moved puppet forward and caused some havoc on my systems.</p>
<p>With the new version Webrick&#8217;s performance was even worse than before. Plugins took forever to sync and most client just gave up with a timeout while retrieving plugins.</p>
<p>So the update was also motivation enough to <a href="http://reductivelabs.com/trac/puppet/wiki/UsingMongrelNginx">switch to mongrel plus nginx</a>. The instructions at puppet&#8217;s wiki are good enough. Once every thing was working properly the performanced skyrocketed, with mongrel my clients fetch and run its catalogs in a fraction of the time required with webrick; Hooray!</p>
<p>Only a issue with my prior client access control, had to disable any IP restrictions on fileserver.conf using <em>Allow *</em>. The issue has to do with nginx and mongrel unable to properly communicate the Ip of the client and <a title="Mongrel should use X-Forwarded-For" href="http://projects.reductivelabs.com/projects/puppet/repository/revisions/f3b40923605420f774dac298fb1708de180c0a81">seems fixed since a month ago</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriansilva.org/2009/07/05/a-puppet-0244-0247-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

