summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding openbsd packaging supportluke2006-01-174-11/+97
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@836 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing problems where objects were passing @parameters[:param] objects, ↵luke2006-01-175-18/+26
| | | | | | instead of specifically retrieving the value git-svn-id: https://reductivelabs.com/svn/puppet/trunk@835 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.11.0luke2006-01-171-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@833 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding an "ensure" state where appropriate, and significantly reworking the ↵luke2006-01-1768-441/+916
| | | | | | builtin docs. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@832 980ebf18-57e1-0310-9a29-db15c13687c0
* Added "ensure" state to some classes, and added infrastructure for it to ↵luke2006-01-1634-313/+716
| | | | | | work elsewhere. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@831 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding sshkey class plus tests, and adding "aggregatable" methods to type.rbluke2006-01-143-0/+265
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@829 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding another host to the test lists, adding some test data, and modifying ↵luke2006-01-149-22/+643
| | | | | | how hosts parse git-svn-id: https://reductivelabs.com/svn/puppet/trunk@828 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a bit better logging and checking to file accessluke2006-01-142-12/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@826 980ebf18-57e1-0310-9a29-db15c13687c0
* Moving ast classes into separate filesluke2006-01-1318-1442/+1496
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@825 980ebf18-57e1-0310-9a29-db15c13687c0
* Added "finish" method, using it in Type.finalize, and moved autorequire and ↵luke2006-01-134-8/+68
| | | | | | setdefaults to it. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@824 980ebf18-57e1-0310-9a29-db15c13687c0
* Changing host and port aliases to also create Puppet aliases. This involved ↵luke2006-01-135-31/+71
| | | | | | futzing around with the attr* methods in Type.rb, to make sure states are always checked first. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@823 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing up the parsedtypes, fixing Type.eachtype to ignore structure typesluke2006-01-1311-75/+197
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@822 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding /etc/services supportluke2006-01-134-31/+293
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@821 980ebf18-57e1-0310-9a29-db15c13687c0
* finalizing cron and host management, hopefullyluke2006-01-139-678/+39
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@820 980ebf18-57e1-0310-9a29-db15c13687c0
* Abstracting host support so it should easily support other typesluke2006-01-131-0/+190
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@819 980ebf18-57e1-0310-9a29-db15c13687c0
* Abstracting host support so it should easily support other typesluke2006-01-137-371/+284
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@818 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding initial host support. I can promise that this will soon (hopefully ↵luke2006-01-123-4/+404
| | | | | | almost immediately) be abstracted to make it easy to add new file types. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@817 980ebf18-57e1-0310-9a29-db15c13687c0
* Converting transport format to YAML instead of Marshal, and caching the file ↵luke2006-01-1221-105/+347
| | | | | | in a YAML format, also. This required a significant rework of both Transportable classes. Lastly, I am also now caching the list of classes in a class file in /etc/puppet. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@816 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding further notes about opensslluke2006-01-121-1/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@815 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixed a couple of warnings, fixed a critical bug having to do with case ↵luke2006-01-128-17/+25
| | | | | | statements (where there is only one listed option), and did a couple of other cleanups. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@814 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding "content" state to files, and string interpolation handles escaped ↵luke2006-01-124-1/+94
| | | | | | whitespace characters. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@813 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding 0.10.2 stuffluke2006-01-121-0/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@812 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.10.2luke2006-01-121-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@810 980ebf18-57e1-0310-9a29-db15c13687c0
* Services now work at least somewhat on solaris 10, and service testing is ↵luke2006-01-124-29/+158
| | | | | | pretty different. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@809 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing dependencies to not depend on file order. Added ↵luke2006-01-1210-27/+178
| | | | | | Puppet::Type.{finalize,mkdepends,builddepends} git-svn-id: https://reductivelabs.com/svn/puppet/trunk@808 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing documentation generation, and fixing aliasing so that objects can ↵luke2006-01-122-9/+29
| | | | | | safely be aliased to themselves git-svn-id: https://reductivelabs.com/svn/puppet/trunk@807 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding "alias" metaparam; you can now create as many aliases as you want for ↵luke2006-01-122-6/+38
| | | | | | any of your objects. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@806 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding autorequire to files, and added the cwd to the list of files to be ↵luke2006-01-1210-20/+75
| | | | | | required for exec. Also, exec catches inline files and autorequires them. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@805 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding generic autorequire mechanism, and thus removing it from execluke2006-01-112-14/+40
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@804 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a requires? method to types, fixed the bug where exec fail when ↵luke2006-01-113-18/+101
| | | | | | Puppet is downloading the script to execute, and modified "exec" to autorequire any managed scripts git-svn-id: https://reductivelabs.com/svn/puppet/trunk@803 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.10.1luke2006-01-111-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@801 980ebf18-57e1-0310-9a29-db15c13687c0
* modifying changelog for 0.10.1luke2006-01-111-0/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@800 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding Sun support and fixing the last remaining bugs related to the daemon ↵luke2006-01-1113-426/+533
| | | | | | changes i just made git-svn-id: https://reductivelabs.com/svn/puppet/trunk@799 980ebf18-57e1-0310-9a29-db15c13687c0
* Supporting puppetmasterd running as a non-root user, and doing some basic ↵luke2006-01-1012-59/+118
| | | | | | message cleanup git-svn-id: https://reductivelabs.com/svn/puppet/trunk@798 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some extra feedbackluke2006-01-101-0/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@797 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing init path defaultluke2006-01-101-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@796 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding some consistencies to the executable tests. All exe tests now pass ↵luke2006-01-106-51/+41
| | | | | | on OpenBSD, although the only real problem was that ruby was in /usr/local/bin. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@795 980ebf18-57e1-0310-9a29-db15c13687c0
* Updating Puppet to work with the new Facterluke2006-01-098-48/+37
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@794 980ebf18-57e1-0310-9a29-db15c13687c0
* Updated to version 0.10.0luke2006-01-091-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@792 980ebf18-57e1-0310-9a29-db15c13687c0
* Describing 0.10.0 changesluke2006-01-091-0/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@791 980ebf18-57e1-0310-9a29-db15c13687c0
* Modifying hosttestluke2006-01-091-2/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@790 980ebf18-57e1-0310-9a29-db15c13687c0
* All tests pass now, although the lack of service support on os x means that ↵luke2006-01-0910-25/+61
| | | | | | i have now disabled services on it git-svn-id: https://reductivelabs.com/svn/puppet/trunk@789 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesluke2006-01-081-195/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@788 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging changes from the head of the rework1 branch, r 784luke2006-01-0881-3851/+4350
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@787 980ebf18-57e1-0310-9a29-db15c13687c0
* Undoing the merge that happened in 785luke2006-01-0779-4131/+3694
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@786 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging in refactoring from version 774 into version 784luke2006-01-0779-3694/+4131
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@785 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesluke2006-01-072-3/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@784 980ebf18-57e1-0310-9a29-db15c13687c0
* converting waitforcert to an intluke2006-01-051-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@780 980ebf18-57e1-0310-9a29-db15c13687c0
* adding ftools require statement to install.rbluke2006-01-051-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@779 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a host test taskluke2006-01-041-0/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@775 980ebf18-57e1-0310-9a29-db15c13687c0