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
b81a3bbb
Commit
b81a3bbb
authored
Mar 15, 2014
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bad detection of change on default and premature break
parent
b3a1d528
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 @
b81a3bbb
...
...
@@ -115,6 +115,9 @@ def split_entry(entry):
print
"wtf??
%
s =>
%
s"
%
(
entry
,
a
)
raise
e
if
d
:
d
=
True
if
t
.
startswith
(
"u"
):
t
=
"user"
elif
t
.
startswith
(
"g"
):
...
...
@@ -248,7 +251,6 @@ def main():
if
not
old_permissions
==
permissions
:
changed
=
True
break
break
if
not
matched
:
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