diff options
Diffstat (limited to 'modules/buildsystem/manifests/rpmlint.pp')
| -rw-r--r-- | modules/buildsystem/manifests/rpmlint.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/rpmlint.pp b/modules/buildsystem/manifests/rpmlint.pp new file mode 100644 index 00000000..388d0bee --- /dev/null +++ b/modules/buildsystem/manifests/rpmlint.pp @@ -0,0 +1,3 @@ +class buildsystem::rpmlint { + package { 'rpmlint': } +} |
