puppetlabs_spec_helper is a Rubygem to make writing and running module
spec tests using rspec-puppet easier. It includes a set of common rake
tasks and a spec_helper that correctly initializes puppet and
rspec-puppet for testing.
Changes:
* Rake should fail if git can't clone repository
* add ba
On Tue, Dec 18, 2012 at 8:44 AM, Philip Brown wrote:
> We have an odd situation with a puppet 3 installation. It isnt serving out
> the module local files.
> We understand (Somewhat) about the new auth.conf requirements, and have
> filled those out.
> So, access to things such as
> puppet:///file
On Mon, Oct 1, 2012 at 2:07 PM, Forrie wrote:
> I fixed the problem. Seems puppet isn't smart enough to parse out a hash
> comment at the end of the line... that should be fixed. So, changing it
> from
>
> runinterval = 900 # 15 mins" to:
>
> # 15 mins
> runinterval = 900
>
> fixed the problem.
puppetlabs_spec_helper is a Rubygem to make writing and running module
spec tests using rspec-puppet easier. It includes a set of common rake
tasks and a spec_helper that correctly initializes puppet and
rspec-puppet for testing.
The code is available on github at
http://github.com/puppetlabs/pupp
puppetlabs_spec_helper is a Rubygem to make writing and running module spec
tests using rspec-puppet easier. It includes a set of common rake tasks and
a spec_helper that correctly initializes puppet and rspec-puppet for
testing.
The code is available on github at
http://github.com/puppetlabs/pupp
Hi all,
In addition to the repository moves that Ken announced[1], we will
soon be removing puppet-tftp. Anyone using this repository should
switch to the puppetlabs-tftp module. The inetd functionality from
puppet-tftp has been ported to puppetlabs-tftp.
Let me know if you have any questions or