<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Puppet oddities</title>
	<atom:link href="http://pieter.barrezeele.be/2014/01/28/puppet-oddities/feed/" rel="self" type="application/rss+xml" />
	<link>http://pieter.barrezeele.be/2014/01/28/puppet-oddities/</link>
	<description>Pieter Barrezeele's homepage</description>
	<lastBuildDate>Thu, 11 Dec 2025 14:10:24 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pieter Barrezeele</title>
		<link>http://pieter.barrezeele.be/2014/01/28/puppet-oddities/comment-page-1/#comment-7071</link>
		<dc:creator>Pieter Barrezeele</dc:creator>
		<pubDate>Thu, 30 Jan 2014 10:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.barrezeele.be/?p=270#comment-7071</guid>
		<description>Issue remains the same :-(</description>
		<content:encoded><![CDATA[<p>Issue remains the same <img src='http://pieter.barrezeele.be/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomDV</title>
		<link>http://pieter.barrezeele.be/2014/01/28/puppet-oddities/comment-page-1/#comment-7070</link>
		<dc:creator>TomDV</dc:creator>
		<pubDate>Thu, 30 Jan 2014 10:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.barrezeele.be/?p=270#comment-7070</guid>
		<description>Have you tried escaping your variables?

$target = &quot;/etc/nagios/nrpe.d/${title}.cfg&quot;
content =&gt; &quot;command[${title}]=${command}\n&quot;,</description>
		<content:encoded><![CDATA[<p>Have you tried escaping your variables?</p>
<p>$target = &#8220;/etc/nagios/nrpe.d/${title}.cfg&#8221;<br />
content =&gt; &#8220;command[${title}]=${command}\n&#8221;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter Barrezeele</title>
		<link>http://pieter.barrezeele.be/2014/01/28/puppet-oddities/comment-page-1/#comment-7069</link>
		<dc:creator>Pieter Barrezeele</dc:creator>
		<pubDate>Tue, 28 Jan 2014 15:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.barrezeele.be/?p=270#comment-7069</guid>
		<description>Actually, I just tried your suggestion, but that didn&#039;t work out. Maybe I should add that this is puppet 0.25.4. Ancient, I know, but no explanation why it should behave like this.</description>
		<content:encoded><![CDATA[<p>Actually, I just tried your suggestion, but that didn&#8217;t work out. Maybe I should add that this is puppet 0.25.4. Ancient, I know, but no explanation why it should behave like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias</title>
		<link>http://pieter.barrezeele.be/2014/01/28/puppet-oddities/comment-page-1/#comment-7068</link>
		<dc:creator>Mattias</dc:creator>
		<pubDate>Tue, 28 Jan 2014 15:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.barrezeele.be/?p=270#comment-7068</guid>
		<description>Have you tried correctly namespacing everything and perhaps replacing $title with $name?

So the definition could be like &quot;$target  = &quot;/etc/nagios/nrpe.d/$::name.cfg&quot; &quot;</description>
		<content:encoded><![CDATA[<p>Have you tried correctly namespacing everything and perhaps replacing $title with $name?</p>
<p>So the definition could be like &#8220;$target  = &#8220;/etc/nagios/nrpe.d/$::name.cfg&#8221; &#8220;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
