Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade metadata to puppet 8, require Boolean type #72

Merged
merged 7 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove blank lines for pdk validate
Enucatl committed Oct 10, 2023

Verified

This commit was signed with the committer’s verified signature.
Enucatl Matteo
commit 835b860f5eea8964d669557659011a77ca85e210
1 change: 0 additions & 1 deletion lib/puppet/type/libvirt_domain.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@

require 'puppet/parameter/boolean'


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

require 'puppet/parameter/boolean'

Enucatl marked this conversation as resolved.
Show resolved Hide resolved

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

require 'puppet/parameter/boolean'

Enucatl marked this conversation as resolved.
Show resolved Hide resolved

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