<feed xmlns='http://www.w3.org/2005/Atom'>
<title>control-repo-template/site/no_fail_file, branch 1.1.0</title>
<subtitle>puppetlabs/control-repo extended with not-so-core stuff</subtitle>
<id>https://git.pfeiffer.tech/control-repo-template/atom?h=1.1.0</id>
<link rel='self' href='https://git.pfeiffer.tech/control-repo-template/atom?h=1.1.0'/>
<link rel='alternate' type='text/html' href='https://git.pfeiffer.tech/control-repo-template/'/>
<updated>2016-03-17T21:33:01Z</updated>
<entry>
<title>Move profile::git_webhook into seperate module pe_code_manager_webhook</title>
<updated>2016-03-17T21:33:01Z</updated>
<author>
<name>Nick Walker</name>
<email>nick.walker@puppetlabs.com</email>
</author>
<published>2016-02-25T23:23:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pfeiffer.tech/control-repo-template/commit/?id=00d3aa1f4f835a78e14827d5ac1ae9e94bc3f924'/>
<id>urn:sha1:00d3aa1f4f835a78e14827d5ac1ae9e94bc3f924</id>
<content type='text'>
Prior to this commit the functionality to setup the either code
manager or zack/r10k was tightly coupled to this control-repo. In
an effort to make that functionality useful to more people we're
splitting it into a dedicated module.

After this commit, the pe_code_manager_webhook module will contain all logic
around setting up the webhook while this control-repo will still
gloss over the details needed to get everything in PE setup correctly
to use that module.

This commit removes the files associated with the profile including
some custom functions that were only there to make it work.

This commit removes the all_in_one_pe_2015_2 role as it was exactly
the same as the all_in_one_pe role.

This commit modifies all_in_one_pe to use the pe_code_manager_webhook module
instead of the profile.
</content>
</entry>
<entry>
<title>Allow code_manager profile to not error out on first run</title>
<updated>2015-12-09T17:44:50Z</updated>
<author>
<name>Nick Walker</name>
<email>nick.walker@puppetlabs.com</email>
</author>
<published>2015-11-15T18:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pfeiffer.tech/control-repo-template/commit/?id=b71ab8d42eca09d24c4f0b4955b0779fcbb3a5bc'/>
<id>urn:sha1:b71ab8d42eca09d24c4f0b4955b0779fcbb3a5bc</id>
<content type='text'>
Prior to this commit, the code manger profile could not complete
on the first run because the file function would error out

I implemented a new version of the file function that returns
nothing when the file does not exist instead of erroring out which
allows me to gate creating the webhook on whether there is content
in the file.

As a result this means that it takes 2 runs to get everything setup
but this is preferable over having to manually intervene in some
other way if the token file doesn't exist.
</content>
</entry>
</feed>
