Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 5e075dc

Browse files
committed
revert '' changes in install
1 parent 6fac2b2 commit 5e075dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifests/install.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
# Installation method ('package' or 'source'). Default 'package'.
1717
#
1818
# [*install_source*]
19-
# Source URL (when install='source'). Not default.
19+
# Source URL (when install='source'). Default: ''
2020
#
2121
# [*package*]
2222
# Name of the package to install (when install='package'). If not default it's
2323
# automatically defined for the operatingsystem
24-
# Default: undef
24+
# Default: ''
2525
#
2626
# [*package_source*]
2727
# Source from where to retrieve the defined package. Use a url.
@@ -44,8 +44,8 @@
4444
$version = '7',
4545
$headless = true,
4646
$install = 'package',
47-
$install_source = undef,
48-
$package = undef,
47+
$install_source = '',
48+
$package = '',
4949
$package_source = undef,
5050
$package_responsefile = undef,
5151
$package_provider = undef,

0 commit comments

Comments
 (0)