| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-28 | restart salt-minion instead of start. | Scott Moser | |
| Packages on debian/ubuntu should start on installation. As a result, if we want to get config changes we've inserted to be read, we need to restart. Note one interesting thing here. upstart considers 'restart' as "restart only if currently running", while 'service' considers restart to be "stop if running, then start". So the use of 'service' here is important, rather than just 'restart' | |||
| 2012-06-29 | [merge from trunk] cc_salt_minion: install package salt-minion rather than salt | Scott Moser | |
| 2012-06-21 | 1. Renames for debug message from 'transform' to 'module' | harlowja | |
| 2. Fixing up more cloud.path.joins found to use the right ro/rw filename | |||
| 2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
| 2012-06-20 | Renamed back to 'cc_*' with the reasoning being that 'cc_' provides | Joshua Harlow | |
| some protection against module name collisions when importing. | |||
