This module is provided to you by Camptocamp.
os module: git://github.com/camptocamp/puppet-os.git
Install bzr server and manage its repositories Install client packages
- Server node, with some repositories::
- node "myserver" {
include bazaar::server bazaar::repository {"toto":
ensure => present, groupe => bzr_dev,
} bazaar::repository {"titi":
ensure => absent,
}
}