This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
apt-formula
forked from
ExternalMirrors/apt-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Merge pull request
#1
from PCMi/master
saltstack-formulas apt
master
Joseph Hall
11 years ago
parent
7effa70a86
e6f1ceb13e
commit
f5634335f3
1 changed files
with
15 additions
and
0 deletions
Split View
Show Diff Stats
+15
-0
init.sls
+ 15
- 0
init.sls
View File
@@ -0,0 +1,15 @@
{% if grains['os']=="Ubuntu" %}
apt-get update:
cmd.wait:
- order: 130
apt-get upgrade:
cmd.wait:
- order: 135
apt-get dist-upgrade:
cmd.wait:
- order: 135
{% endif %}
Write
Preview
Loading…
Cancel
Save