OP#547 revert array to string
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# @param [String] ac_apply_updates whether to apply available updates
|
||||
# @param [String] ac_reboot when to reboot after applied updates
|
||||
# @param [String] ac_emit_via how to inform about emitted updates
|
||||
# @param [Array[String]] ac_email_to where to send the email to
|
||||
# @param [String] ac_email_to where to send the email to
|
||||
# @param [String] ac_email_host which host to use to send the email
|
||||
##############################################################################
|
||||
class confdroid_automatic::params (
|
||||
@@ -28,7 +28,7 @@ class confdroid_automatic::params (
|
||||
String $ac_apply_updates = 'yes',
|
||||
String $ac_reboot = 'never',
|
||||
String $ac_emit_via = 'email',
|
||||
Array[String] $ac_email_to = ['root@example.net','ops@example.net'],
|
||||
String $ac_email_to = 'root@example.net',
|
||||
String $ac_email_host = 'localhost',
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user