aboutsummaryrefslogtreecommitdiff
path: root/lib/puppet/provider/cron/filetype.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/provider/cron/filetype.rb')
-rw-r--r--lib/puppet/provider/cron/filetype.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/provider/cron/filetype.rb b/lib/puppet/provider/cron/filetype.rb
index c381afa..153285d 100644
--- a/lib/puppet/provider/cron/filetype.rb
+++ b/lib/puppet/provider/cron/filetype.rb
@@ -26,7 +26,7 @@ class Puppet::Provider::Cron
# implementation in the future. This way, we can refactor all three of
# our cron file types into a common crontab file type.
newfiletype(:crontab) do
- def initialize(user)
+ def initialize(user) # rubocop:disable Lint/MissingSuper
self.path = user
end