Skip to content

Commit

Permalink
#619 Parameter icon_image value must not be an absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jun 9, 2020
1 parent 4fc7ff5 commit bb133cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/object/host.pp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# @param [Optional[String]] action_url
# Url for actions for the host (for example, an external graphing tool).
#
# @param [Optional[Stdlib::Absolutepath]] icon_image
# @param [Optional[String]] icon_image
# Icon image for the host. Used by external interfaces only.
#
# @param [Optional[String]] icon_image_alt
Expand Down Expand Up @@ -138,7 +138,7 @@
Optional[String] $notes = undef,
Optional[String] $notes_url = undef,
Optional[String] $action_url = undef,
Optional[Stdlib::Absolutepath] $icon_image = undef,
Optional[String] $icon_image = undef,
Optional[String] $icon_image_alt = undef,
Boolean $template = false,
Variant[String, Integer] $order = 50,
Expand Down
4 changes: 2 additions & 2 deletions manifests/object/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
# @param [Optional[String]] action_url
# Url for actions for the service (for example, an external graphing tool).
#
# @param [Optional[Stdlib::Absolutepath]] icon_image
# @param [Optional[String]] icon_image
# Icon image for the service. Used by external interfaces only.
#
# @param [Optional[String]] icon_image_alt
Expand Down Expand Up @@ -174,7 +174,7 @@
Optional[String] $notes = undef,
Optional[String] $notes_url = undef,
Optional[String] $action_url = undef,
Optional[Stdlib::Absolutepath] $icon_image = undef,
Optional[String] $icon_image = undef,
Optional[String] $icon_image_alt = undef,
Variant[Boolean, String] $apply = false,
Variant[Boolean, String] $prefix = false,
Expand Down

0 comments on commit bb133cd

Please sign in to comment.