Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rabbitmq-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
rabbitmq-formula
Commits
8f21f494
Unverified
Commit
8f21f494
authored
4 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
test(pillar): remove unused test pillar files
parent
743be0b3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/salt/pillar/define_roles.sls
+0
-7
0 additions, 7 deletions
test/salt/pillar/define_roles.sls
test/salt/pillar/upstart.sls
+0
-54
0 additions, 54 deletions
test/salt/pillar/upstart.sls
with
0 additions
and
61 deletions
test/salt/pillar/define_roles.sls
deleted
100644 → 0
+
0
−
7
View file @
743be0b3
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
# libtofs.jinja must work with tofs.files_switch looked up list
roles
:
-
foo
-
bar
This diff is collapsed.
Click to expand it.
test/salt/pillar/upstart.sls
deleted
100644 → 0
+
0
−
54
View file @
743be0b3
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
rabbitmq
:
lookup
:
master
:
template-master
# Just for testing purposes
winner
:
lookup
added_in_lookup
:
lookup_value
# Using bash package and udev service as an example. This allows us to
# test the template formula itself. You should set these parameters to
# examples that make sense in the contexto of the formula you're writing.
pkg
:
name
:
cronie
service
:
name
:
crond
config
:
name
:
/etc/rabbitmq-formula.conf
tofs
:
# The files_switch key serves as a selector for alternative
# directories under the formula files directory. See TOFS pattern
# doc for more info.
# Note: Any value not evaluated by `config.get` will be used literally.
# This can be used to set custom paths, as many levels deep as required.
files_switch
:
-
any/path/can/be/used/here
-
id
-
roles
-
osfinger
-
os
-
os_family
# All aspects of path/file resolution are customisable using the options below.
# This is unnecessary in most cases; there are sensible defaults.
# path_prefix: template_alt
# dirs:
# files: files_alt
# default: default_alt
# The entries under `source_files` are prepended to the default source files
# given for the state
# source_files:
# template-config-file-file-managed:
# - 'example_alt.tmpl'
# - 'example_alt.tmpl.jinja'
# For testing purposes
source_files
:
rabbitmq-config-file-file-managed
:
-
'
example.tmpl.jinja'
# Just for testing purposes
winner
:
pillar
added_in_pillar
:
pillar_value
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
c6b8db80
·
4 years ago
mentioned in commit
c6b8db80
mentioned in commit c6b8db80b6cad123653fd5103783af8b2b245ad8
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment