Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

mikeknox/puppet-zypprepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

zypprepo type, similiar to/derived from yumrepo.

Derived by Michael Knox (mike _at_ sysam.com.au) from the yumrepo type
from puppet 0.25.5

This script is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License,
or any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Usage:
    zypprepo {"repo_name":
        descr        => "Test repo for packages",
        autorefresh  => 0,
        type         => "yast2",
        path         => "/",
        keeppackages => 0,
        baseurl      => "http://somehost/somerepo",
        enabled      => 1,
    }

About

zypprepo type for Puppet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages