Commit Graph

15 Commits (2bd773f32af24e6d5ce4e2f986e3a648a13638a4)

Author SHA1 Message Date
Brian Coca 767ec29640 Merge pull request #1260 from xavpaice/devel
Added stdout and stderr to puppet output for rc=2
9 years ago
Brian Coca 367b88a2ab removed json import 9 years ago
Xav Paice c1cf8e671a Added stdout and stderr to puppet output for rc=2 9 years ago
Monty Taylor ea5af4c27a Revert "Change show_diff to default to yes"
This was originally to match what puppet agent --test is, since the
rest of the options defaulted to on are grabbed from --test. However,
some security concerns have since been raised - namely that since this
is not the same invocation as --test but instead a remote orchestration
of puppet, the fact that passwords leak into the diff is a dangerous
default.

This reverts commit b86762c180.
9 years ago
Jonathan Mainguy b86762c180 Change show_diff to default to yes, to match what puppet agent --test is, since the rest of the options defaulted to on are grabbed from --test 9 years ago
Brian Coca 1382576100 fixed a few typos
fixes #821
9 years ago
Rene Moser f33bbe6e49 puppet: update author to new format 9 years ago
Rene Moser e633d9946f puppet: make arg puppetmaster optional
puppetmaster was used to determine if `agent` or `apply` should be used. But puppetmaster is not required by puppet per default. Puppet may have a config or could find out by itself (...) where the puppet master is.

It changed the code so we only use `apply` if a manifest was passed, otherwise we use `agent`.

This also fixes the example, which did not work the way without this change.

~~~
# Run puppet agent and fail if anything goes wrong
- puppet
~~~
9 years ago
Rene Moser c277946fb3 puppet: fix missing space between command and arg
Fixes:
~~~
{
    "cmd": "/usr/bin/puppetconfig print agent_disabled_lockfile",
    "failed": true,
    "msg": "[Errno 2] No such file or directory",
    "rc": 2
}
~~~
9 years ago
Rene Moser 616a56f871 puppet: add --environment support 9 years ago
Rene Moser 9d4046f44b puppet: ensure puppet is in live mode per default
puppet may be configured to operate in `--noop` mode per default.

That is why we must pass a `--no-noop` to make sure, changes are going to be applied.
9 years ago
Monty Taylor ce93a91a59 Fix octal values for python 2.4 9 years ago
Monty Taylor e7ed08f762 Add support for check mode 9 years ago
Monty Taylor a1ecd60285 Fix some errors pointed out by travis 9 years ago
Monty Taylor 9d2d3f0299 Add module to run puppet
There is a growing pattern for using ansible to orchestrate runs of
existing puppet code. For instance, the OpenStack Infrastructure team
started using ansible for this very reason. It also turns out that
successfully running puppet and interpreting success or failure is
harder than you'd expect, thus warranting a module and not just a shell
command.

This is ported in from
http://git.openstack.org/cgit/openstack-infra/ansible-puppet
9 years ago