Skip to content

Commit

Permalink
Merge e56e713 into f2c4a3d
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmadsen authored Sep 11, 2020
2 parents f2c4a3d + e56e713 commit a2d40f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/plugin/virt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Optional[String] $block_device = undef,
Optional[String] $interface_device = undef,
Optional[Boolean] $ignore_selected = undef,
Optional[String] $plugin_instance_format = undef,
Optional[String] $hostname_format = undef,
Optional[String] $interface_format = undef,
Optional[String] $extra_stats = undef,
Expand Down
3 changes: 3 additions & 0 deletions templates/plugin/virt.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<% if @ignore_selected != nil -%>
IgnoreSelected <%= @ignore_selected %>
<% end -%>
<% if @plugin_instance_format != nil -%>
PluginInstanceFormat <%= plugin_instance_format %>
<% end -%>
<% if @hostname_format != nil -%>
HostnameFormat "<%= @hostname_format %>"
<% end -%>
Expand Down

0 comments on commit a2d40f1

Please sign in to comment.