Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixing #1098 - Multiline strings now correctly increment the line count | Luke Kanies | 2008-10-04 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Doing some simple refactorings on Puppet::Log | Luke Kanies | 2008-10-04 | 1 | -14/+7 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Fixing #1089 - Log messages are now tagged with the log level, | Luke Kanies | 2008-10-04 | 1 | -0/+3 | |
| | | | | | | | | | | | | making it easier to match messages in the 'tagmail' report. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Adding rspec tests for the Puppet::Util::Log class. | Luke Kanies | 2008-10-04 | 1 | -16/+11 | |
| | | | | | | | | | | | | | | Also using Puppet::Util::Tagging to handle the tagging, rather than custom methods. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Fixed #981 - Removed 'Adding aliases' info message | Luke Kanies | 2008-10-04 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Fixing #947 - pluginsync no longer fails poorly when no plugins exist | Luke Kanies | 2008-10-03 | 1 | -2/+4 | |
| | | | | | | | | | | | | Note that it still fails -- it's just a more reasonable failure. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Fixing the Node class to no longer validate environments | Luke Kanies | 2008-10-03 | 1 | -7/+1 | |
| | | | | | | | | | | | | since #1614 removed that validation. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Add SELinux context reset after file writes in Puppet::Util::FileType | Sean E. Millichamp | 2008-10-03 | 1 | -0/+7 | |
| | | ||||||
| * | Add new support for :selrange SELinux file property | Sean E. Millichamp | 2008-10-03 | 1 | -0/+7 | |
| | | ||||||
| * | Add detected defaults for existing SELinux file properties | Sean E. Millichamp | 2008-10-03 | 1 | -0/+3 | |
| | | ||||||
| * | Refactor SELinux commands to utility module | Sean E. Millichamp | 2008-10-03 | 2 | -32/+126 | |
| | | ||||||
| * | Merged fsweetser's selinux patch against HEAD | Brett Lentz | 2008-10-03 | 6 | -0/+366 | |
| | | ||||||
| * | Fixed #1613 - The client environment will be substituted when looking up ↵ | Luke Kanies | 2008-10-03 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | settings. This won't be perfect, because it still requires that the caller pass in an environment, but for every case that an environment is passed in, that environment will be substituted into settings when possible. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Fixing #1614 - Environments no longer have to be listed out. | Luke Kanies | 2008-10-03 | 2 | -23/+2 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Fixed error message typo | James Turnbull | 2008-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | Migrating the apt and dpkg tests to rspec. | Luke Kanies | 2008-10-02 | 2 | -70/+45 | |
| | | | | | | | | | | | | | | I left the aptitude and aptrpm tests as an exercise for the reader. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Add role support to user type and an implemention | Andrew Shafer | 2008-10-01 | 3 | -49/+206 | |
| | | | | | | | | | | | | | | | | modify user type: add ensure = role logic add roles property add manages_solaris_rbac feature refactored 'list' property to reuse logic for groups in roles | |||||
| * | Some small clarifying refactors and change to objectadd to allow subclasses of | Andrew Shafer | 2008-10-01 | 2 | -49/+25 | |
| | | | | | | | | | | | | | | with a uid not need to be a single class us use modify I don't like logic about subclasses in a parent class, but not in a position to address. | |||||
| * | Adding user_attr util to parse attributes on solaris | Andrew Shafer | 2008-10-01 | 1 | -0/+21 | |
| | | | | | | | | read /etc/user_attr and makes a hash based on the file contents | |||||
| * | Fixed #1586 - Specifying "fully qualified" package names in Gentoo | James Turnbull | 2008-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed #791 - You should now be able to create and find a user/group in one ↵ | Luke Kanies | 2008-10-02 | 1 | -12/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | transaction. The real problem was that the 'gid' and 'uid' methods didn't handle the case where 'get_posix_field' didn't return a value, and the subsequent 'get_posix_field' calls couldn't handle that. This commit moves the tests for Posix to spec, and fixes the specific bug. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Refactoring and adding tests to the file group property. | Luke Kanies | 2008-10-02 | 1 | -46/+18 | |
| | | | | | | | | | | | | | | Drastically simplified the class, removing a lot of obsolete code and adding tests for nearly the whole class. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Merge branch 'tickets/0.24.x/1622' into 0.24.x | James Turnbull | 2008-10-02 | 6 | -107/+67 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
| | * | Modified the group and zone resource types to no longer call | Luke Kanies | 2008-09-30 | 3 | -16/+14 | |
| | | | | | | | | | | | | | | | | | | | | | 'currentpropvalues' as a means of setting all values to absent. There should be no behaviour change from this change. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| | * | Modified the behaviour of resource-level 'retrieve' -- it only | Luke Kanies | 2008-09-30 | 1 | -7/+17 | |
| | | | | | | | | | | | | | | | | | | calls 'retrieve' on each property if the resource exists. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| | * | Adding tests for the user retrieve method | Luke Kanies | 2008-09-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| | * | Removing commented code from the user type from about 2005 | Luke Kanies | 2008-09-30 | 1 | -23/+0 | |
| | | | | | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| | * | The Netinfo and DirectoryService providers can now create user and group ↵ | Luke Kanies | 2008-09-30 | 2 | -5/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simultaneously. This required selectively using property#sync if a 'should' value is present, so that the user's gid property can do the conversion if necessary. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| | * | Fixing #1622 - The user type only looks up groups when necessary. | Luke Kanies | 2008-09-30 | 1 | -57/+14 | |
| | | | | | | | | | | | | | | | | | | | | | Also added a bunch of tests to the user type, and refactored as necessary for this to work. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | | Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is used | James Turnbull | 2008-10-01 | 2 | -3/+3 | |
| | | | ||||||
| * | | Add parser for arbitrary expressions | Brice Figureau | 2008-10-01 | 3 | -645/+1020 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The expressions can be used in if 'test' and in the right side of assignements. The expressions can contain any number of sub-expressions combined by either arithmetic operators, comparison operators, or boolean operators. Random Usage Examples: $result = ((( $two + 2) / $one) + 4 * 5.45) - (6 << 7) + (0x800 + -9) or if ($a < 10) and ($a + 10 != 200) { ... } | |||||
| * | | Add arithmetic operators to AST | Brice Figureau | 2008-09-30 | 4 | -0/+89 | |
| | | | | | | | | | | | | | | | This changeset adds +,-,/,*,<< and >> computation and AST parse nodes. | |||||
| * | | Add not operator to AST | Brice Figureau | 2008-09-30 | 2 | -0/+20 | |
| | | | ||||||
| * | | Add comparison operators (< > == != <= >=) to AST | Brice Figureau | 2008-09-30 | 2 | -0/+38 | |
| | | | ||||||
| * | | Add boolean operators to AST | Brice Figureau | 2008-09-30 | 2 | -0/+49 | |
| | | | ||||||
| * | | Add warning and forcibly set to :md5 fixing #1564 | Paul Nasrat | 2008-09-30 | 1 | -0/+4 | |
| | | | ||||||
| * | | Fix metadata class for cases when checksum_type set | Paul Nasrat | 2008-09-30 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fixed #1603 - Added support for running Puppet inside a Rack application | James Turnbull | 2008-09-30 | 1 | -0/+148 | |
| | | | ||||||
| * | | Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests. | Paul Nasrat | 2008-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make fileserver use fileset for recursion and handle dangling links by ↵ | Paul Nasrat | 2008-09-30 | 2 | -42/+25 | |
| |/ | | | | | | | ignoring them fixing #1544 | |||||
| * | Fixed #1610 - Raise "Filebucketed" messages to Notice priority | James Turnbull | 2008-09-26 | 1 | -2/+2 | |
| | | ||||||
| * | Added a number of confines to package providers | James Turnbull | 2008-09-25 | 6 | -2/+16 | |
| | | ||||||
| * | Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) ↵ | James Turnbull | 2008-09-25 | 3 | -0/+6 | |
| | | | | | | | | service providers | |||||
| * | Fixed #1608 - Added ubuntu to defaultfor for apt provider | James Turnbull | 2008-09-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed #1607 - Added ubuntu to defaultfor for Debian service provider | James Turnbull | 2008-09-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed #1472 -- defined, exported resources in the current compile now get ↵ | Luke Kanies | 2008-09-25 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | expanded correctly. This was working for defined resources in the db, but not in the current compile. I just had to mark the resources as non-exported. | |||||
| * | Fixed #1045 - Multiple metaparams all get added to resources. | Luke Kanies | 2008-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | The problem was that I was using a 'return' in a loop where I should have been using a 'next'. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Adding comments to Puppet::Util::Cacher | Luke Kanies | 2008-10-15 | 1 | -2/+26 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Removing obselete code from the file type. | Luke Kanies | 2008-10-03 | 1 | -69/+0 | |
| | | | | | | | | | | | | Also shows that #674 is fixed. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Merged fsweetser's selinux patch against HEAD | Brett Lentz | 2008-09-25 | 6 | -0/+366 | |
| | |