Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
7fde3a1b
Commit
7fde3a1b
authored
5 years ago
by
skorpy
Committed by
Marvin Gaube
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
dovecot: install more
parent
c808cefc
No related branches found
No related tags found
1 merge request
!470
dovecot: install more
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dovecot/dovecot.sls
+27
-1
27 additions, 1 deletion
dovecot/dovecot.sls
with
27 additions
and
1 deletion
dovecot/dovecot.sls
+
27
−
1
View file @
7fde3a1b
...
...
@@ -9,7 +9,33 @@ dovecot-repo:
- key_url: https://repo.dovecot.org/DOVECOT-REPO-GPG
- file: /etc/apt/sources.list.d/dovecot.list
- clean_file: true
- require:
- pkg: apt-transport-https
- require_in:
- pkg: dovecot-core
- pkg: dovecot-packages
{% endif %}
dovecot-core:
pkg.installed: []
pkg.installed:
- watch_in:
- service: dovecot.service
- require_in:
- service: dovecot.service
dovecot-packages:
pkg.installed:
- pkgs:
- dovecot-imapd
- dovecot-ldap
- dovecot-managesieved
- dovecot-sieve
- watch_in:
- service: dovecot.service
- require_in:
- service: dovecot.service
dovecot.service:
service.running:
- enable: true
- reload: True
This diff is collapsed.
Click to expand it.
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