<?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>The Madstop &#187; facter</title>
	<atom:link href="http://madstop.com/tag/facter/feed/" rel="self" type="application/rss+xml" />
	<link>http://madstop.com</link>
	<description>Puppet development, configuration management, and less</description>
	<lastBuildDate>Mon, 02 Aug 2010 04:07:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Puppet makes it into MacPorts</title>
		<link>http://madstop.com/2009/03/29/puppet-makes-it-into-macports/</link>
		<comments>http://madstop.com/2009/03/29/puppet-makes-it-into-macports/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 21:56:19 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Puppet]]></category>
		<category><![CDATA[facter]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://madstop.com/?p=69</guid>
		<description><![CDATA[Nigel Kersten just let me know that Puppet and Facter are now in MacPorts.  That&#8217;s one more distribution (or in this case, pseudo-distribution) that Puppet&#8217;s a part of.  Thanks Nigel.]]></description>
			<content:encoded><![CDATA[<p><a href="http://explanatorygap.net/">Nigel Kersten</a> just let me know that Puppet and Facter are <a href="https://trac.macports.org/ticket/19041">now in MacPorts</a>.  That&#8217;s one more distribution (or in this case, pseudo-distribution) that Puppet&#8217;s a part of.  Thanks Nigel.</p>
]]></content:encoded>
			<wfw:commentRss>http://madstop.com/2009/03/29/puppet-makes-it-into-macports/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Summary of February 2009 Puppet Developer call</title>
		<link>http://madstop.com/2009/02/05/summary-of-february-2009-puppet-developer-call/</link>
		<comments>http://madstop.com/2009/02/05/summary-of-february-2009-puppet-developer-call/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 18:13:16 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Puppet]]></category>
		<category><![CDATA[facter]]></category>
		<category><![CDATA[reductive]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://madstop.com/?p=58</guid>
		<description><![CDATA[We had another developer call last night, and until I can get the audio posted, here&#8217;s a basic summary. Development Workflow We led the discussion with a conversation about how the development workflow will change now that we&#8217;re finally releasing &#8230; <a href="http://madstop.com/2009/02/05/summary-of-february-2009-puppet-developer-call/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We had another developer call last night, and until I can get the <a href="http://reductivelabs.com/podcast">audio posted</a>, here&#8217;s a basic summary.</p>
<h2>Development Workflow</h2>
<p>We led the discussion with a conversation about how the development workflow will change now that we&#8217;re finally releasing the code in master as 0.25.  After much discussion, we largely concluded that the least-surprise solution was to use the &#8216;master&#8217; branch for stable development, and have something like a &#8216;next&#8217; branch for new features and major refactorings.</p>
<p>The main goal is for new developers to be able to clone our repository and get to developing code immediately without having to worry about switching branches or any such thing.  More experienced developers will know where their development should be done, so it&#8217;s mostly a question of least-surprise for newcomers.</p>
<p>There was also discussion of fly-by-night developers, people who show up, produce a patch or two, and wander off.  James Turnbull (who handles 99% of the merging and release management) said he was fine accepting patches over email, rather than forcing people to publish everything via git.</p>
<p>Other than those two changes, our development workflow has worked pretty well.  However, the fly-by-night patches led into discussion of&#8230;</p>
<h2>Core vs. Modules</h2>
<p>Puppet&#8217;s core is starting to get many non-core features, like Nagios and Zenöss integration.  It&#8217;s essentially impossible for the core team to maintain all of these extentions, but many of them were written as a one-off solution and won&#8217;t be maintained by their authors.  Because of this, we  as a project need to develop a means of splitting Puppet&#8217;s core away from all of these modules.</p>
<p>Discussion was had of using a Nagios-style &#8216;plugins&#8217; repository, but I don&#8217;t like that idea because it leaves basically the same problem &#8211; a centralized repository that no one wants to maintain.</p>
<p>Instead, we all basically agreed that we want to focus on modules as the means of adding functionality to Puppet, but the big problem there is that the only way to do so is to add package-like behaviours to modules, and none of us wants to make our own package manager.  Nonetheless, it was agreed that this was the only real option, so it just remains to do it.</p>
<h2>Roadmap and Release Status</h2>
<p>Against all odds, it looks like we&#8217;ll get 0.25 out in February &#8211; I&#8217;ll be merging in the last major refactor this week, and then it&#8217;s just a question of getting as many bug-fixes in as we can and dropping the release.</p>
<p>In addition, there are (annoyingly) a few important bugs in 0.24.7, so we&#8217;re unfortunately going to have to be put out a 0.24.8 release.  One thing that&#8217;s become clear in the last couple of releases is that we need to get more community testing of release candidates &#8211; many of the bugs would have been caught by basic testing in the community.</p>
<h2>Facter Design and Shadow{Facter,Puppet}</h2>
<p>RailsMachine released <a href="http://github.com/railsmachine/shadow_puppet/tree/master">ShadowPuppet</a> and <a href="http://github.com/railsmachine/shadow_facter/tree/master">ShadowFacter</a> in the last few weeks, and it&#8217;s led to a flurry of design conversations.  We didn&#8217;t cover too much of it in the dev call, other than my reiteration that I&#8217;m excited by them and would like to merge them into Puppet and Facter.</p>
<h2>Conclusion</h2>
<p>And that was it.  Please join us on the next call if you can.</p>
]]></content:encoded>
			<wfw:commentRss>http://madstop.com/2009/02/05/summary-of-february-2009-puppet-developer-call/feed/</wfw:commentRss>
		<slash:comments>111</slash:comments>
		</item>
	</channel>
</rss>
