Skip to content

Commit 35d1120

Browse files
committed
PE-38219 - Installer - Windows as Jump host support - param documentation
1 parent 117932f commit 35d1120

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: REFERENCE.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* [`infrastatus`](#infrastatus): Runs puppet infra status and returns the output
6565
* [`mkdir_p_file`](#mkdir_p_file): Create a file with the specified content at the specified location
6666
* [`mv`](#mv): Wrapper task for mv command
67-
* [`os_identification`](#os_identification): Get the operating system running on a target
67+
* [`os_identification`](#os_identification): Return the operating system runnin gon the target as a string
6868
* [`pe_install`](#pe_install): Install Puppet Enterprise from a tarball
6969
* [`pe_ldap_config`](#pe_ldap_config): Set the ldap config in the PE console
7070
* [`pe_uninstall`](#pe_uninstall): Uninstall Puppet Enterprise
@@ -1211,6 +1211,12 @@ Data type: `String`
12111211

12121212
New path of file
12131213

1214+
### <a name="os_identification"></a>`os_identification`
1215+
1216+
Return the operating system runnin gon the target as a string
1217+
1218+
**Supports noop?** false
1219+
12141220
### <a name="pe_install"></a>`pe_install`
12151221

12161222
Install Puppet Enterprise from a tarball

0 commit comments

Comments
 (0)