Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Hervier
slapos.package
Commits
46b82af2
Commit
46b82af2
authored
9 years ago
by
Alain Takoudjou
Browse files
Options
Download
Email Patches
Plain Diff
playbook: fix script format_hosts
parent
fef2c122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
playbook/roles/vm-bootstrap/files/format_hosts
playbook/roles/vm-bootstrap/files/format_hosts
+1
-1
No files found.
playbook/roles/vm-bootstrap/files/format_hosts
View file @
46b82af2
...
...
@@ -4,7 +4,7 @@ import sys
print
sys
.
argv
[
1
:]
host_content
=
open
(
'/etc/hosts'
,
'r'
).
read
lines
()
host_content
=
open
(
'/etc/hosts'
,
'r'
).
read
()
hpath
=
sys
.
argv
[
1
]
domain
=
sys
.
argv
[
2
]
lines_entry
=
""
...
...
This diff is collapsed.
Click to expand it.
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