Skip to content

Commit

Permalink
Add missing require.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncstate-daniel committed Jun 12, 2024
1 parent 276079a commit 295d1aa
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 295d1aa

Please sign in to comment.