diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-29 00:33:41 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-29 00:33:41 -0700 |
commit | ec49035a996ac35f24e832641e4708c6bc5eed77 (patch) | |
tree | 1ec71b3732c218b06c8fcfe69a1676a490623486 /lib/chef/provider/group | |
parent | 9e85bbdb9419e5b9946ab6d0d37817612e43cc4a (diff) | |
download | chef-ec49035a996ac35f24e832641e4708c6bc5eed77.tar.gz |
fixing all the extra blank lines
yes, i just used rubocop on the chef sourcecode...
Diffstat (limited to 'lib/chef/provider/group')
-rw-r--r-- | lib/chef/provider/group/gpasswd.rb | 1 | ||||
-rw-r--r-- | lib/chef/provider/group/groupmod.rb | 2 | ||||
-rw-r--r-- | lib/chef/provider/group/suse.rb | 1 | ||||
-rw-r--r-- | lib/chef/provider/group/usermod.rb | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/provider/group/gpasswd.rb b/lib/chef/provider/group/gpasswd.rb index 2ac98f85ac..521affac11 100644 --- a/lib/chef/provider/group/gpasswd.rb +++ b/lib/chef/provider/group/gpasswd.rb @@ -23,7 +23,6 @@ class Chef class Group class Gpasswd < Chef::Provider::Group::Groupadd - def load_current_resource super end diff --git a/lib/chef/provider/group/groupmod.rb b/lib/chef/provider/group/groupmod.rb index ae89f3af93..7ad762af8d 100644 --- a/lib/chef/provider/group/groupmod.rb +++ b/lib/chef/provider/group/groupmod.rb @@ -16,13 +16,11 @@ # limitations under the License. # - class Chef class Provider class Group class Groupmod < Chef::Provider::Group - def load_current_resource super [ "group", "user" ].each do |binary| diff --git a/lib/chef/provider/group/suse.rb b/lib/chef/provider/group/suse.rb index 451af5fc45..7ac2831d02 100644 --- a/lib/chef/provider/group/suse.rb +++ b/lib/chef/provider/group/suse.rb @@ -23,7 +23,6 @@ class Chef class Group class Suse < Chef::Provider::Group::Groupadd - def load_current_resource super end diff --git a/lib/chef/provider/group/usermod.rb b/lib/chef/provider/group/usermod.rb index fac6afb9f9..e9dcc38b43 100644 --- a/lib/chef/provider/group/usermod.rb +++ b/lib/chef/provider/group/usermod.rb @@ -23,7 +23,6 @@ class Chef class Group class Usermod < Chef::Provider::Group::Groupadd - def load_current_resource super end |