Skip to content

Commit 56ce442

Browse files
author
Nicole Thomas
authored
Merge pull request saltstack#37387 from rallytime/merge-develop
[develop] Merge forward from 2016.11 to develop
2 parents b0aaeba + e57fb94 commit 56ce442

34 files changed

+33986
-8403
lines changed

conf/proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# dictionary. Otherwise it is assumed that the module calls the grains
2929
# function in a custom way and returns the data elsewhere
3030
#
31-
# Default to False for 2016.3 and Carbon. Switch to True for Nitrogen.
31+
# Default to False for 2016.3 and 2016.11. Switch to True for Nitrogen.
3232
# proxy_merge_grains_in_module: False
3333

3434
# If multiple masters are specified in the 'master' setting, the default behavior

doc/man/salt-api.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-API" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-API" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-api \- salt-api Command
66
.

doc/man/salt-call.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CALL" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-CALL" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-call \- salt-call Documentation
66
.

doc/man/salt-cloud.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CLOUD" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-CLOUD" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-cloud \- Salt Cloud Command
66
.

doc/man/salt-cp.1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CP" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-CP" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-cp \- salt-cp Documentation
66
.
@@ -52,6 +52,9 @@ salt\-cp \-G \(aqos:Arch.*\(aq [ options ] SOURCE DEST
5252
Salt copy copies a local file out to all of the Salt minions matched by the
5353
given target.
5454
.sp
55+
Salt copy is only intended for use with small files (< 100KB). If you need
56+
to copy large files out to minions please use the cp.get_file function.
57+
.sp
5558
Note: salt\-cp uses salt\(aqs publishing mechanism. This means the privacy of the
5659
contents of the file on the wire is completely dependent upon the transport
5760
in use. In addition, if the salt\-master is running with debug logging it is

doc/man/salt-key.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-KEY" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-KEY" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-key \- salt-key Documentation
66
.

doc/man/salt-master.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-MASTER" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-MASTER" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-master \- salt-master Documentation
66
.

doc/man/salt-minion.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-MINION" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-MINION" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-minion \- salt-minion Documentation
66
.

doc/man/salt-proxy.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-PROXY" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-PROXY" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-proxy \- salt-proxy Documentation
66
.

doc/man/salt-run.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-RUN" "1" "October 26, 2016" "2016.3.4" "Salt"
3+
.TH "SALT-RUN" "1" "October 31, 2016" "2016.11.0" "Salt"
44
.SH NAME
55
salt-run \- salt-run Documentation
66
.

0 commit comments

Comments
 (0)