Commit Graph

5853 Commits

Author SHA1 Message Date
Thomas S Hatch
f437242f66 Merge pull request #1711 from marcinkuzminski/develop
Added logging into JSON outputter so it does not silently hide errors
2012-07-27 11:55:06 -07:00
Marcin Kuzminski
a70f8c8e07 Added logging into JSON outputter so it does not silently hide errors 2012-07-27 20:49:24 +02:00
Thomas S Hatch
3a789723d1 Merge pull request #1710 from mrud/mru/typo
Fix missing ` in release notes
2012-07-27 11:48:35 -07:00
Ulrich Dangel
55d3e4745c Fix missing ` in release notes 2012-07-27 20:39:49 +02:00
Thomas S Hatch
3de63c3972 Merge pull request #1709 from mrud/mru/doc_autosigning
Mention autosigning
2012-07-27 11:33:46 -07:00
Ulrich Dangel
be01b54a92 Mention autosigning 2012-07-27 20:31:23 +02:00
Thomas S Hatch
8d8130b064 Add key verification addition 2012-07-27 12:13:56 -06:00
Thomas S Hatch
487432f566 Merge pull request #1708 from mrud/mru/release_notes
Mru/release notes
2012-07-27 10:20:22 -07:00
Ulrich Dangel
7b72594935 Add information about new/improved modules 2012-07-27 19:15:21 +02:00
Ulrich Dangel
b017fe4e9f Add note about new configuration file handling. 2012-07-27 19:14:26 +02:00
Ulrich Dangel
39dff5f060 Remove trailing whitespace 2012-07-27 19:10:59 +02:00
Thomas S Hatch
fdfbab2cd0 Add sql additions to the release notes 2012-07-27 10:20:42 -06:00
Thomas S Hatch
5167038b1e Merge pull request #1707 from techhat/bluetooth
Bluetooth
2012-07-27 08:57:57 -07:00
Joseph Hall
f034cd54fc Adding start/stop functions to bluetooth 2012-07-27 09:54:57 -06:00
Thomas S Hatch
613eadfe03 Merge pull request #1705 from wzzrd/selinux
Add preliminary support for SELinux context setting and getting
2012-07-27 08:39:17 -07:00
Joseph Hall
e3a7a4c346 Remove nzbget change 2012-07-27 09:29:17 -06:00
Joseph Hall
9a845da08d Add basic bluetooth support for salt 2012-07-27 09:20:47 -06:00
Maxim Burgerhout
da3a9da413 Moved SELinux chcon and restorecon code
Moved the methods from the selinux module to the file module, which is a more
intuitive location for it.
2012-07-27 15:11:13 +02:00
Maxim Burgerhout
4020aceb62 Add support for chcon in SELinux module
get_context and set_context methods for getting and setting SELinux context on
files or directories. Recursiveness is not implemented yet.
2012-07-27 14:04:25 +02:00
Maxim Burgerhout
20b6e13711 Add support for restorecon in SELinux module 2012-07-27 12:54:18 +02:00
Thomas S Hatch
92a9d7f5e9 remove trial try/except blocks from minion tune_in 2012-07-27 00:23:30 -06:00
Thomas S Hatch
016129b499 Fix #1699 2012-07-27 00:16:17 -06:00
Thomas S Hatch
eeef52f52c Add backup_mode doc 2012-07-27 00:05:01 -06:00
Thomas S Hatch
ee1cc2f68f Add new file backup stuff to the release notes 2012-07-26 23:45:11 -06:00
Thomas S Hatch
b41974bdf8 fix typo in mod_watch additions 2012-07-26 23:05:57 -06:00
Thomas S Hatch
8fe2e71fb2 I changed the function name...
This finished the file backup system, Fix#1461
2012-07-26 22:59:40 -06:00
Thomas S Hatch
30b1efeae5 clean up missing imports in utils 2012-07-26 22:59:01 -06:00
Thomas S Hatch
8fa51c2a76 Add backup_mode to the file state for #1461 2012-07-26 19:27:20 -06:00
Thomas S Hatch
3f7187134e Add copyfile function for #1461 2012-07-26 18:19:37 -06:00
Thomas S Hatch
8c88699d38 Merge pull request #1698 from imankulov/cmdmod_quote
Fix the escaping issue in cmd.run
2012-07-26 15:02:34 -07:00
Thomas S Hatch
0d980b8d42 Merge pull request #1700 from imankulov/postgres_fixes
Improve PostgreSQL support
2012-07-26 14:41:20 -07:00
Thomas S Hatch
05567bb2a7 Merge pull request #1701 from epoelke/develop
add file_exists and directory_exists to file module
2012-07-26 14:33:11 -07:00
Eric Poelke
669b63f392 add file_exists and directory_exists to file module
add two new functions to the file module, file_exists and directory_exists.  Both functions return true/false if path is a valid directory or file.
2012-07-26 10:44:41 -07:00
Roman Imankulov
21a584b1bc Improve PostgreSQL support
- Unified way of invocation of the "psql" command, get rid of
  "dropdb" and similar command wrappers
- "host", "port" and "user" are not required options of psql command
  anymore
- Fix "local" -> "locale"
- Add "runas" option to all posgres module functions and states
- Add "superuser" argument to user_create command
- Add all available module function arguments to
  postgres_database.present state

Default values for host and port made it impossible to use "local"
method of authentication.

Lack of "runas" option made it hard to "start off from scratch", at
least in Debian/Ubuntu installation, where the recommended way to create
the very first new user is to make it with "su - postgres"
2012-07-26 23:33:04 +06:00
Roman Imankulov
aa5896681d Fix the escaping issue in cmd.run
Lack of escaping in cmd.run with "runas" option could lead to incorrect
execution of commands containing quotes in their bodies.
2012-07-26 22:21:07 +06:00
Roman Imankulov
bc1650a085 Add "mockbin" directory and a fake "su" wrapper for tests
While performing integration tests, the "mockbin" directory is
inserted in the beginning of the $PATH environment variable.

This effectively means that every file placed in this directory will be
executed instead of real one from the system, which opens up the
opportunity to write more complex integration tests.

At the time the only wrapper for "su" command (used in "cmdmod") is
placed there.
2012-07-26 22:14:00 +06:00
Joseph Hall
bbf072fb4a Change apache to nzbget 2012-07-26 09:23:47 -06:00
Thomas S Hatch
f1389a1cad Merge pull request #1697 from jre/develop
Repair include_config() usage in the loader.
2012-07-26 08:13:36 -07:00
Joshua Elsasser
419d66ab70 Repair include_config() usage in the loader. 2012-07-26 08:04:56 -07:00
Thomas S Hatch
86cceaa14a Merge pull request #1695 from akhayyat/develop
Fix service.running when a service is stopped
2012-07-26 07:56:29 -07:00
Ahmad Khayyat
3e4bdd8ea4 Fix service.running when a service is stopped 2012-07-26 05:18:08 -04:00
Thomas S Hatch
84881bd599 Merge pull request #1694 from mrud/mru/glob
Support unix style wildcard for autosigning
2012-07-26 00:19:45 -07:00
Ulrich Dangel
2b8d4aa5ff Support unix style wildcard for autosigning 2012-07-26 09:17:32 +02:00
Thomas S Hatch
c917e2cb97 Merge pull request #1693 from mrud/mru/log_warning
Warn if pattern is not a regex in autosign_file
2012-07-26 00:10:20 -07:00
Ulrich Dangel
79cc5210a8 Warn if pattern is not a regex in autosign_file 2012-07-26 09:06:14 +02:00
Thomas S Hatch
4169847dbe Merge pull request #1692 from mrud/mru/autosign
Support autosigning for keys - closes #1690
2012-07-25 23:51:11 -07:00
Ulrich Dangel
8d4bef6663 Support autosigning for keys - closes #1690 2012-07-26 08:31:20 +02:00
Thomas S Hatch
d1feff871c Remove pidfile when killing master 2012-07-26 00:17:24 -06:00
Thomas S Hatch
e5ea4971f7 Merge pull request #1691 from techhat/nzbget
Adding basic nzbget (server) support to salt
2012-07-25 22:39:17 -07:00
Joseph Hall
b0ded522b9 Fix docstrings for pause/unpause (again) 2012-07-25 23:35:26 -06:00