Colin Stubbs
32f3104dbe
Missing single quote
pirms 6 gadiem
Colin Stubbs
4307b8ee65
Add pkg source default options for MacOS
pirms 6 gadiem
Colin Stubbs
532b306b4e
Add initial basis for proper MacOS support
pirms 6 gadiem
Colin Stubbs
996aa78a8b
pillar example is incorrect; map.jinja incorrectly names package for windows
pirms 6 gadiem
Jorge Schrauwen
71e08ab599
Set correct api_service for SmartOS
On SmartOS the salt-api daemon is started by the salt:api service.
pirms 7 gadiem
Theo Chatzimichos
fa657a850e
add also default git values for SUSE osfamily ( #344 )
they get overwritten from defaults.yaml if not specified
pirms 7 gadiem
Theo Chatzimichos
3fd9b0964d
add default values for SUSE osfamily ( #343 )
pirms 7 gadiem
Gilles Dartiguelongue
3c88ad9918
Add pyinotify entry for Gentoo, refs #331
pirms 7 gadiem
Tibold
80a160a810
Added default pyinotify package name for archlinux.
pirms 7 gadiem
Tibold
e94f15d0fe
Added support for installing pynotify when inotify beacons are configuredwq
pirms 7 gadiem
Niels Abspoel
e2973c644d
fix iteritems() with items()
pirms 7 gadiem
Matthew Parlette
4437f7b2e1
Fixed map.jinja to work with 2017.7.0
pirms 7 gadiem
Carpentier Pierre-Francois
5c3dc73f2a
fix map.jinja
add missing comas
pirms 7 gadiem
carpenti
6622d177bf
add a way to set which release of saltstack to use
SaltStack provides "versioned" repositories, this commit add a way
to set which release of salt to use.
It adds a pillar "salt:release" which can be set to a specific release
(ex: 2016.11). This release is then used to configure properly the
repositories URLs for Debian/Ubuntu/RedHat.
The default behavior is to point to 'latest', retaining the previous
behavior if the "salt:release" pillar is not set.
pirms 7 gadiem
Florian Ermisch
e86e6fc221
Work around missing `is mapping` on CentOS/RHEL 6
Checks for 'dict' in `x.__class__.__name__` b/c
neither `type()` nor `isinstance()` is available.
pirms 7 gadiem
ek9
d7af7c15bb
Alpine Linux: add basic support
pirms 7 gadiem
ek9
8ae39f4700
Arch Linux: install pygit2 or libgit2 via pacman instead of source by default
pirms 7 gadiem
Jeff Baskin
0166cd4097
Added fedora.
pirms 8 gadiem
Matt Willsher
157f356442
Correct SmartOS config path
pirms 8 gadiem
Matt Willsher
5b87c50e46
Add SmartOS salt-master and gitfs support
pirms 8 gadiem
Ivan Kadochnikov
8552113226
update map.jinja after Arch renamed the package
pirms 8 gadiem
Ivan Kadochnikov
fd0b200fea
Delete repotype from map.jinja, unused after 8f2191471
pirms 8 gadiem
Daniel Krämer
749bf0e863
[BIGFUX] make pygit2 work with ubuntu xenial
pirms 8 gadiem
Daniel Krämer
a842dbe621
Fixes saltstack-formulas/salt-formula#190
pirms 8 gadiem
Jeremy T. Bouse
3b265a544a
Fix URLs in salt.pkgrepo for Raspbian & Ubuntu
Rasbian reports back the following grain values:
local:
----------
os:
Raspbian
os_family:
Debian
osarch:
armhf
osmajorrelease:
8
osrelease:
8.0
Ubuntu reports back the following grain values:
local:
----------
os:
Ubuntu
os_family:
Debian
osarch:
amd64
osmajorrelease:
14
osrelease:
14.04
For Raspbian the osarch needed to be changed from other Debain os_family
distributions.
For Ubuntu the osrelease value is needed instead of osmajorrelease as other
Debian os_family distributions.
Part of #180
pirms 8 gadiem
Matthew Pherigo
621e1f218c
Add support for OpenBSD in map.jinja
pirms 8 gadiem
Raphaël Hertzog
ee06702fca
Use repo.saltstack.com in salt.pkgrepo for Debian-based distributions
repo.saltstack.com handles all currently supported Debian releases as well
as all supported Ubuntu releases so this change should be fine.
Part of #180 .
pirms 8 gadiem
Tiago Teresa Teodósio
6690e8b103
Fixing GitPython package name for RedHat OS family. Tested on CentOS 7.
pirms 8 gadiem
Matthew X. Economou
abe9b91e66
Replace reference to slspath with the complete URL of the source file
Without this change, importing map.jinja in config files (as opposed to
SLS files) causes a rendering error because `slspath` isn't defined.
The `salt_settings.key_url` variable gets used only in
`salt/pkgrepo/debian/init.sls`.
pirms 8 gadiem
Seth Miller
c7552b6d0a
Add Windows support to map.jinja
This adds some minimal support for Windows minions.
pirms 8 gadiem
James O'Neill
87f3e849d2
Make Debian use pkgrepo.managed and allow the repo name and key_url to be overridden via Pillar lookup.
pirms 9 gadiem
Shane Poage
f0e691fa13
Fixed conflict with git-formula by allowing either inclusion of formula to install git dependency or specify a package name to install with a custom state ID.
pirms 9 gadiem
Shane Poage
addc6d5a26
Added logic to properly install pygit2 on ubuntu systems and made the pygit2 installation more flexible in general.
pirms 9 gadiem
Matthew X. Economou
ba9cc2605c
Use the py27-pygit2 package when installing pygit2 on FreeBSD
pirms 9 gadiem
Matthew X. Economou
b477990830
Use the py27-GitPython package when installing GitPython on FreeBSD.
pirms 9 gadiem
Matthew X. Economou
5b93601c78
Use the py27-salt package when installing salt-ssh on FreeBSD
On FreeBSD salt-ssh gets bundled into a single package with the other
SaltStack components (minion, master, etc.).
pirms 9 gadiem
Brian Jackson
ed3ab22a13
Revert "Add support for GitPython and salt-ssh on FreeBSD masters"
This reverts commit b03831c0b0
.
pirms 9 gadiem
Matthew X. Economou
b03831c0b0
Add support for GitPython and salt-ssh on FreeBSD masters
This change tweaks the GitPython package installation state to support
alternate package names (on FreeBSD, it's called "py27-GitPython").
Also, on FreeBSD salt-ssh is included in the "py27-salt" package by
default, requiring an update to `distro_map`.
pirms 9 gadiem
Matt Willsher
e2d192ba89
Improvements to Enterprise Linux family OSs.
* Install pygit from package
* Add Official Salt ZeroMQ 4 COPR repository
Note that Salt itself is assumed to already to be available to the system via yum, via EPEL for example
pirms 9 gadiem
puneet kandhari
145b58a9d3
Remove Duplicates from defaults.yaml and map.jinja
pirms 9 gadiem
Brian Jackson
cb3aa80c62
Don't overwrite salt variable
Using a variable named salt is a bad idea when salt already has a variable
named salt.
pirms 9 gadiem
Niels Abspoel
5785091305
Added salt-api support
pirms 9 gadiem
Niels Abspoel
5d09355c84
fix suse os_family
pirms 9 gadiem
Niels Abspoel
7b4104cf6e
updated archlinux map.jinja, to install salt-zmq
updated the map style without the base='default' parameter
pirms 10 gadiem
Niels Abspoel
ea4623b0a3
fix salt-ssh on Arch and Opensuse
pirms 10 gadiem
Niels Abspoel
acf5832f68
fix #84 with same logic as dnsmasq-formula
pirms 10 gadiem
Niels Abspoel
896578a75a
Removed package_map lookup
Added map.jinja solution more in line with other formulas,
This also improves issue #30
and pull request #30
pirms 10 gadiem
Niels Abspoel
a54d52a5bc
fix opensuse packaging
pirms 10 gadiem
Niels Abspoel
27bf5324ee
added openSUSE support
pirms 10 gadiem
Tim O'Guin
cfa1f4eafc
fix syntax issues in package-map.jinja
pirms 10 gadiem