Actions for working with the centos repositories
Actions for working with the centos repositories
(add-repository &
{:keys [version repository enabled priority]
:or {version "5.5" repository "os" enabled 0 priority 50}})
Add a centos repository. By default, ensure that it has a lower than default priority.
Add a centos repository. By default, ensure that it has a lower than default priority.
(arch)
Return the centos package architecture for the target node.
Return the centos package architecture for the target node.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close