summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Support ability to pass parameters to Upstart servicesJoe Digilio2011-01-221-17/+24
| |
| * Support ability to pass parameters to Upstart servicesJoe Digilio2011-01-221-0/+1
| |
* | doc: Add placement information for Recommended tag (Resolves Ticket #947)Sol Jerome2011-01-221-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: More documentation build fixesSol Jerome2011-01-226-11/+268
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Moved trigger.txtFabian Affolter2011-01-221-37/+0
| |
* | UpdatedFabian Affolter2011-01-221-2/+2
| |
* | Changed header formatFabian Affolter2011-01-221-3/+3
| |
* | Updated to point to ohai pageFabian Affolter2011-01-221-35/+6
| |
* | Splitted out the ohai content from the probe fileFabian Affolter2011-01-221-0/+36
| |
* | Added new section for trigger and guppyFabian Affolter2011-01-221-0/+9
| |
* | Initial doc for guppyFabian Affolter2011-01-221-0/+46
| |
* | Small layout updatesFabian Affolter2011-01-221-0/+38
| |
* | Small Layout changesFabian Affolter2011-01-221-1/+1
| |
* | Changed titleFabian Affolter2011-01-221-4/+4
| |
* | Removed old samples and added a reference to bcfg2-repo at githubFabian Affolter2011-01-221-22/+3
| |
* | Added some referencesFabian Affolter2011-01-221-10/+11
| |
* | UpdatedFabian Affolter2011-01-221-2/+2
| |
* | Minor layout changesFabian Affolter2011-01-221-6/+10
| |
* | Reduced the depth of the subsectionFabian Affolter2011-01-221-11/+11
| |
* | Updated and minor layout changesFabian Affolter2011-01-221-3/+2
| |
* | UpdatedFabian Affolter2011-01-221-20/+20
| |
* | Reference fixedFabian Affolter2011-01-221-1/+1
| |
* | Link to details about the server addedFabian Affolter2011-01-221-1/+2
| |
* | Merge branch 'master' of git.mcs.anl.gov:bcfg2Narayan Desai2011-01-221-0/+229
|\|
| * Ldap: New server ldap pluginTorsten Rehn2011-01-221-0/+229
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Chkconfig: track supervised services properly (Resolves Ticket #856)Narayan Desai2011-01-221-2/+2
|/
* bcfg2-info: switch to using POSIX driver for builddir (Resolves Ticket #760)Narayan Desai2011-01-221-40/+21
|
* Metadata: report multiple group definitions (Resolves Ticket #784)Narayan Desai2011-01-221-0/+5
|
* Merge branch 'master' of git.mcs.anl.gov:bcfg2Narayan Desai2011-01-222-32/+72
|\
| * Merge branch 'master' of https://github.com/fabaff/bcfg2Sol Jerome2011-01-222-32/+72
| |\
| | * doc: AUTHORS and contributors.txt syncedFabian Affolter2011-01-072-32/+72
| | |
* | | bcfg2-info: print error message when buildfile fails (Resolves Ticket #804)Narayan Desai2011-01-221-4/+7
|/ /
* | EntrySet: Add generic ignore support for files named \*.genshi_include, ↵Narayan Desai2011-01-221-1/+1
| | | | | | | | enabling splitting of genshi templates (Resolves Ticket #897)
* | Cfg: pull file permissions defaults uniformly (Resolves Ticket #958) (Patch ↵Narayan Desai2011-01-221-4/+4
| | | | | | | | from unidentified openid user)
* | APT: Enforce appearance of /usr/sbin and /sbin in PATH (Resolves Ticket #968)Narayan Desai2011-01-221-1/+5
| |
* | Fix some references to the Properties attribute. The TGenshi docs are still ↵gordon2011-01-223-23/+23
| | | | | | | | untested.
* | Make references to "plugins" more consistent. By eliminating most references ↵gordon2011-01-227-9/+9
| | | | | | | | to the standard set, the documentation should be accurate more often as the standard set changes.
* | Fix outdated reference to "generators".gordon2011-01-221-1/+1
| |
* | Probes: Order stored items in probed.xml (Resolves Ticket #982)Narayan Desai2011-01-221-1/+1
| |
* | doc: Replace old subversion referenceSol Jerome2011-01-191-1/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | debian: Update Maintainer/UploadersSol Jerome2011-01-151-1/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | gentoo: Sync ebuild with changes from upstreamSol Jerome2011-01-151-13/+12
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | gentoo: Fix naming conflict with newer portage versionsSol Jerome2011-01-131-1/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Component: Switch to pre-PEP318 function decoratorsSol Jerome2011-01-131-2/+2
| | | | | | | | | | | | | | | | | | Having the new style for function decorators causes issues when building the Bcfg2 client on CentOS 4 which is still shipping with python 2.3. This patch keeps the same functionality with the old syntax (can be reverted once we drop support for python 2.3 on the client). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | YUM24: New client tool from Jack Neely for older yum clients (Resolves ↵Sol Jerome2011-01-131-0/+421
| | | | | | | | | | | | Ticket #935) Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Clarify Probe requirementsSol Jerome2011-01-121-2/+8
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Bcfg2: handle server strings that don't start with https:// (Resolves Ticket ↵Narayan Desai2011-01-121-0/+2
| | | | | | | | #975)
* | DebInit: Account for future lenny updates (Resolves Ticket #977)Sol Jerome2011-01-121-5/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | APT: Enable debugging output from apt-getRichard Connon2011-01-111-8/+9
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Add ssh guide based off old wiki docsSol Jerome2011-01-101-0/+128
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>