Skip to content

Commit 2291257

Browse files
committed
PE-38219 - Installer - Windows as Jump host support - param documentation
1 parent d770e50 commit 2291257

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

REFERENCE.md

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

12441244
New path of file
12451245

1246+
### <a name="os_identification"></a>`os_identification`
1247+
1248+
Return the operating system runnin gon the target as a string
1249+
1250+
**Supports noop?** false
1251+
12461252
### <a name="pe_install"></a>`pe_install`
12471253

12481254
Install Puppet Enterprise from a tarball

0 commit comments

Comments
 (0)