Skip to content

Commit

Permalink
Puppet 6 adjustment
Browse files Browse the repository at this point in the history
Since P6 has removed the `nagios_*` types from the core, we'll need to
put in an external dependency on them.

Since I'm not sure how breaking this change would be, I just bumped up
the Puppet dependency for sake of saving automation from itself.
  • Loading branch information
towo committed Dec 28, 2020
1 parent 7354d7b commit 2557625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
},
{
"name": "puppetlabs/nagios_core",
"version_requirement": ">= 1.0.2 < 2.0.0"
}
]
}

0 comments on commit 2557625

Please sign in to comment.