summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-07-29 00:33:41 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-07-29 00:33:41 -0700
commitec49035a996ac35f24e832641e4708c6bc5eed77 (patch)
tree1ec71b3732c218b06c8fcfe69a1676a490623486 /lib/chef/provider/group
parent9e85bbdb9419e5b9946ab6d0d37817612e43cc4a (diff)
downloadchef-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.rb1
-rw-r--r--lib/chef/provider/group/groupmod.rb2
-rw-r--r--lib/chef/provider/group/suse.rb1
-rw-r--r--lib/chef/provider/group/usermod.rb1
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