Skip to content

Commit

Permalink
Merge pull request #198 from ncstate-daniel/fix_generate_types
Browse files Browse the repository at this point in the history
Add missing require so that generate types works.
  • Loading branch information
kenyon authored Jun 12, 2024
2 parents 276079a + 295d1aa commit 9d11922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/type/x509_cert.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'puppet/parameter/boolean'
require 'pathname'
Puppet::Type.newtype(:x509_cert) do
desc 'An x509 certificate'
Expand Down

0 comments on commit 9d11922

Please sign in to comment.