| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | |\| |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The default behavior of 'verbose' and 'debug' no longer cause puppetd and
puppetmasterd to not daemonize.
|
| | | |\ \ |
|
| | | |\ \ \ |
|
| | | |\ \ \ \ |
|
| | | |\ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
expected to be by default.
|
| | | |\ \ \ \ \ \ |
|
| | | |_|_|_|_|_|/
| | |/| | | | | |
| | | | | | | | |
| | | | | | | | | |
now be more reasonable.
|
| |\| | | | | | | |
|
| | |\ \ \ \ \ \ \
| | | | |_|_|_|_|/
| | | |/| | | | | |
|
| | | |_|_|_|/ /
| | |/| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
and fixing some bugs in the process.
Specifically, modules were no longer correctly handling
fully qualified files, and they do so once again.
|
|\| | | | | | |
| |_|/ / / / /
|/| | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
name, functionality, and/or location in the tree is subject to change, but it's down now somewhere so we can move forward on it.
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
client-side REST terminus behavior.
|
|\| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
have type preserved across a P::N::Client.master.facts call, which is not true.
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
they were there: Added set_mygroup method, removed duplicate setme method. Included PuppetTest in the XMLRPC servlect test.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
with "yum list". Fixes trac #836
Signed-off-by: David Lutterkort <dlutter@redhat.com>
|
| | | |
| | | |
| | | |
| | | | |
information in yaml.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
a '<indirection>_cache' setting, then the indirection
will use the value there as the name of the cache.
|
|\ \ \ \
| | |_|/
| |/| |
| | | | |
indirection
|
| |\| | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
NameError.
|
| | |/
| |/| |
|
| | | |
|
| |\ \ |
|
| | |/
| |/| |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
'ensure' when initializing a service.
|
| | |\ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
lexer. Updated CLASSREF token regex in the lexer.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
to underscore-separated words, e.g., FactStore becomes
fact_store.
|
| |_|_|/
|/| | |
| | | |
| | | | |
moved into the indirector.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into the indirection system. There are still quite
a few unanswered questions, the two most notable
being embodied in unimplemented tests in the Configuration
Code terminus.
This also requires changing the behaviour in a few places.
In particular, 'puppet' and the 'module_puppet' cfengine
module need to store a Node object in memory with the appropriate
classes, since that's now the only way to communicate with
the compiler. That integration work has not yet been done,
partially because the old configuration handler (which the
soon-to-be-deprecated master handler now uses) still exists.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
be used by 'puppet' and the Cfengine 'module_puppet',
since they need to set up the node specially with
classes and other weird things.
|
| | | |
| | | |
| | | |
| | | | |
the changed design in the previous commit.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
checksum interaction behaves as I expect when
interacting with the file terminus.
I've also changed how files and checksums behave a bit.
Files now create model instances with the content as
the only argument during initialization, and checksums
now calculate their checksums rather than having them passed
in.
|
| | | |
| | | |
| | | |
| | | | |
acquire the behaviour of FileBuckets.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'Puppet::Util::Settings'. This is to clear up
confusion caused by the fact that we now have a
'Configuration' class to model host configurations,
or any set of resources as a "configuration".
|
| | | |
| | | |
| | | |
| | | |
| | | | |
be used as the back end for filebuckets and the
certificate authority.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
lib/puppet/defaults.rb
lib/puppet/indirector/facts/yaml.rb
spec/unit/indirector/indirection.rb
spec/unit/indirector/indirector.rb
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
it's time to merge it back into the indirection branch.
Considering that this work was what drove me to create the
indirection branch in the first place, i should now be able to
merge both back in the master branch.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
in place, which means I'm over the hump in developing
this branch.
I have to fix some design flaws I made in the configurations,
particularly that the 'runner' handler needs to be able to
specify tags and whether to ignore schedules, but otherwise,
I think it's straightforward test- and bug-fixing from here out.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
branch. The file recursion code actually works for the first
time in a painful while, but there are still some quirks and design
issues to resolve, particularly around creating implicit resources
that then fail (i.e., the behaviour of the create_implicit_resource
method in Configuration).
|