Делаю как в справочном центре Астры:
Change repositories:
file.managed:
- name: /etc/apt/sources.list
- contents:
- deb [trusted=yes] http://repo.bincol.lan/repos/alse-base/ 1.7_x86-64 main non-free contrib
- deb [trusted=yes] http://repo.bincol.lan/repos/alse-extended/ 1.7_x86-64 main contrib non-free
- deb [trusted=yes] http://repo.bincol.lan/repos/college/ college main
Update sources:
pkg.update:
- dist_upgrade: True
- refresh: True
- kwargs:
- -o "Dpkg:ptions::=--force-confold"
- -o "Dpkg:ptions::=--force-confdef"
- --allow-downgrades
- -f
- -u
Выполняю принудительно политику, чтобы посмотреть что получится.
Первая часть отрабатывает корректно и в sources.list все пишется.
Вторая часть вылетает с ошибкой:
----------
ID: Update sources
Function: pkg.update
Result: False
Comment: State 'pkg.update' was not found in SLS 'rbta_ldap_custom_gp_host_update_system'
Reason: 'pkg.update' is not available.
Changes:
Summary for local
------------
Succeeded: 1 (changed=1)
Failed: 1
Что делаю не так?
Change repositories:
file.managed:
- name: /etc/apt/sources.list
- contents:
- deb [trusted=yes] http://repo.bincol.lan/repos/alse-base/ 1.7_x86-64 main non-free contrib
- deb [trusted=yes] http://repo.bincol.lan/repos/alse-extended/ 1.7_x86-64 main contrib non-free
- deb [trusted=yes] http://repo.bincol.lan/repos/college/ college main
Update sources:
pkg.update:
- dist_upgrade: True
- refresh: True
- kwargs:
- -o "Dpkg:ptions::=--force-confold"
- -o "Dpkg:ptions::=--force-confdef"
- --allow-downgrades
- -f
- -u
Выполняю принудительно политику, чтобы посмотреть что получится.
Первая часть отрабатывает корректно и в sources.list все пишется.
Вторая часть вылетает с ошибкой:
----------
ID: Update sources
Function: pkg.update
Result: False
Comment: State 'pkg.update' was not found in SLS 'rbta_ldap_custom_gp_host_update_system'
Reason: 'pkg.update' is not available.
Changes:
Summary for local
------------
Succeeded: 1 (changed=1)
Failed: 1
Что делаю не так?