Skip to content

Commit

Permalink
Merge pull request #8 from redBorder/improvement/fix_lint
Browse files Browse the repository at this point in the history
Improvement/fix lint
  • Loading branch information
jsotofernandez authored Jun 3, 2024
2 parents 2ff458b + 9e19d79 commit bc2a326
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 151 deletions.
6 changes: 2 additions & 4 deletions resources/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#default attributes
#

default["freeradius"]["registered"] = false
# default attributes
default['freeradius']['registered'] = false
3 changes: 1 addition & 2 deletions resources/libraries/rbfreeradius_helpers.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module Rbfreeradius
module Helpers

end
end
end
Loading

0 comments on commit bc2a326

Please sign in to comment.