Class undine_git::undine_git
In: /vagrant/modules/undine_git/manifests/init.pp
/vagrant/modules/undine_git/manifests/init.pp
Parent:

Class: undine_git

The undine_git class is responsible for the installation of git in Undine. Installation is done via the git-core PPA.

It should not be necessary to declare this class directly, as it will be declared automatically by the undine class, which all Undine sites should use.

Resources

Resources

Package["git"]
   ensure => installed
   require => Undine_apt::ppa["git-core/ppa"]
Package["git"]
   ensure => installed
   require => Undine_apt::ppa["git-core/ppa"]
Undine_apt::Ppa["git-core/ppa"]
   ppa_user => "git-core"
   ppa_name => "ppa"
   source_list_d_filename => "git-core-ppa-lucid.list"
   source_list_d_source => "puppet:///modules/undine_git/git-core-ppa-lucid.list"
Undine_apt::Ppa["git-core/ppa"]
   ppa_user => "git-core"
   ppa_name => "ppa"
   source_list_d_filename => "git-core-ppa-lucid.list"
   source_list_d_source => "puppet:///modules/undine_git/git-core-ppa-lucid.list"

[Validate]