Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
1cd543c9
Commit
1cd543c9
authored
Mar 15, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6501 from bcoca/acl_fix_change_detection
fixed bad detection of change on default and premature break
parents
b3a1d528
b81a3bbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
library/files/acl
+3
-1
No files found.
library/files/acl
View file @
1cd543c9
...
@@ -115,6 +115,9 @@ def split_entry(entry):
...
@@ -115,6 +115,9 @@ def split_entry(entry):
print
"wtf??
%
s =>
%
s"
%
(
entry
,
a
)
print
"wtf??
%
s =>
%
s"
%
(
entry
,
a
)
raise
e
raise
e
if
d
:
d
=
True
if
t
.
startswith
(
"u"
):
if
t
.
startswith
(
"u"
):
t
=
"user"
t
=
"user"
elif
t
.
startswith
(
"g"
):
elif
t
.
startswith
(
"g"
):
...
@@ -248,7 +251,6 @@ def main():
...
@@ -248,7 +251,6 @@ def main():
if
not
old_permissions
==
permissions
:
if
not
old_permissions
==
permissions
:
changed
=
True
changed
=
True
break
break
break
if
not
matched
:
if
not
matched
:
changed
=
True
changed
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment