int to string
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
{% if grains['os'] == 'Fedora' %}
|
||||
{% set FEDORAVER=grains['osmajorrelease'] %}
|
||||
{% set URLROOT='https://download1.rpmfusion.org'%}
|
||||
{% set URLFREE=URLROOT + '/free/fedora/rpmfusion-free-release-' + FEDORAVER + '.noarch.rpm' %}
|
||||
{% set URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER + '.noarch.rpm' %}
|
||||
{% set URLFREE=URLROOT + '/free/fedora/rpmfusion-free-release-' + FEDORAVER|string + '.noarch.rpm' %}
|
||||
{% set URLNONFREE=URLROOT + '/nonfree/fedora/rpmfusion-nonfree-release-' + FEDORAVER|string + '.noarch.rpm' %}
|
||||
Installons les repos RPM Fusion :
|
||||
pkg.installed:
|
||||
- sources:
|
||||
|
||||
Reference in New Issue
Block a user