Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
93de1edc
Commit
93de1edc
authored
Nov 27, 2019
by
Lukas Burgey
Browse files
Fix puppet setup script
Also move it to its own dir
parent
4bced423
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.sh
→
puppet/
setup.sh
View file @
93de1edc
...
...
@@ -21,7 +21,7 @@ else:
admin.user_type = 'admin'
admin.save()
rs = RabbitMQInstance.objects.filter(
host='localhost'
)
rs = RabbitMQInstance.objects.filter()
if not rs.exists():
RabbitMQInstance.objects.create()
...
...
ubedv
@lukasburgey
mentioned in issue
#49 (closed)
·
Jan 13, 2020
mentioned in issue
#49 (closed)
mentioned in issue #49
Toggle commit list
Write
Preview
Supports
Markdown
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