Skip to content

Commit

Permalink
remove blank lines for pdk validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Enucatl committed Oct 10, 2023
1 parent b697b8f commit 835b860
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/puppet/type/libvirt_domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require 'puppet/parameter/boolean'


Puppet::Type.newtype(:libvirt_domain) do
@doc = 'ensures a persistent domain (vm) (transient domains are ignored)
'
Expand Down
1 change: 0 additions & 1 deletion lib/puppet/type/libvirt_network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require 'puppet/parameter/boolean'


Puppet::Type.newtype(:libvirt_network) do
@doc = 'ensures a persistent network (transient networks are ignored)
'
Expand Down
1 change: 0 additions & 1 deletion lib/puppet/type/libvirt_nwfilter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require 'puppet/parameter/boolean'


Puppet::Type.newtype(:libvirt_nwfilter) do
@doc = 'ensures a nwfilter
'
Expand Down

0 comments on commit 835b860

Please sign in to comment.