ansible/library
Antti Rasinen 7b8f24adda Make zfs set_property accept values with embedded spaces
Converting the argument list to a string with ' '.join causes
the shell interpreter to misparse spaces in property values.
Since the zfs command does not need shell anywhere, using
a list instead of a string works just as well with run_command. 

Fixes #3545.
2013-07-16 14:01:14 +03:00
..
cloud Merge pull request #3508 from ipauldev/devel 2013-07-12 08:20:33 -07:00
commands
database Fixed #3433. Using get_bin_path, removed uneeded imports, "module" is inlined, misc other style improvements. 2013-07-05 13:22:44 -04:00
files Merge pull request #3425 from jpmens/stat1 2013-07-12 07:21:09 -07:00
internal
inventory Remove a trailing quote 2013-06-26 15:09:00 -07:00
messaging Doc: rabbitmq_user pw change and force 2013-06-23 11:05:09 -04:00
monitoring Remove unnecesary call 2013-07-06 22:12:30 +02:00
net_infrastructure Fixup documentation YAML 2013-06-30 19:00:43 -04:00
network moved modules to net_infrastructure 2013-06-29 19:59:14 -04:00
notification added a provision for passing a server password to IRC 2013-06-26 14:16:59 +00:00
packaging Fixing your YAML Seth :) 2013-07-15 13:16:37 -04:00
source_control Merge pull request #3432 from jlund/hg-spelling 2013-07-11 05:26:57 -07:00
system Make zfs set_property accept values with embedded spaces 2013-07-16 14:01:14 +03:00
utilities Update fail docs for new syntax 2013-07-08 14:22:05 -07:00
web_infrastructure Styling: trailing spaces 2013-06-30 18:52:57 -04:00