Skip to content

Commit

Permalink
kubectl_apply: add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Feb 22, 2024
1 parent 18f11f4 commit 0517a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/puppet/type/kubectl_apply.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'puppet/parameter/boolean'

Puppet::Type.newtype(:kubectl_apply) do
desc <<-DOC
Example:
Expand Down

0 comments on commit 0517a40

Please sign in to comment.