]> granicus.if.org Git - icinga2/commit
Vagrant: Use puppet provisioning. WIP
authorMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 13 Oct 2013 15:15:35 +0000 (17:15 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 13 Oct 2013 15:59:37 +0000 (17:59 +0200)
commit0afb0d1d419606f0f64396a3ba7043b25d733213
tree3c9e2145e7262b78fbf00a51ab9f5a24f2b26171
parent42a746e0d53f052793c99a6f8ba694a296125819
Vagrant: Use puppet provisioning. WIP
29 files changed:
.vagrant-puppet/files/etc/httpd/conf.d/icinga2-doc.conf [new file with mode: 0644]
.vagrant-puppet/files/etc/init.d/.gitignore [new file with mode: 0644]
.vagrant-puppet/files/etc/motd [new file with mode: 0644]
.vagrant-puppet/files/etc/pki/rpm-gpg/RPM-GPG-KEY-ICINGA [new file with mode: 0644]
.vagrant-puppet/files/etc/profile.d/env.sh [new file with mode: 0644]
.vagrant-puppet/files/usr/local/bin/.gitignore [new file with mode: 0644]
.vagrant-puppet/manifests/default.pp [new file with mode: 0644]
.vagrant-puppet/manifests/finalize.sh [new file with mode: 0644]
.vagrant-puppet/modules/apache/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/cmmi/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/cpan/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/cpan/templates/MyConfig.pm.erb [new file with mode: 0644]
.vagrant-puppet/modules/epel/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/icinga-rpm-snapshot/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/icinga-rpm-snapshot/manifests/key.pp [new file with mode: 0644]
.vagrant-puppet/modules/icinga/templates/ido2db-mysql.cfg.erb [new file with mode: 0644]
.vagrant-puppet/modules/icinga/templates/ido2db-pgsql.cfg.erb [new file with mode: 0644]
.vagrant-puppet/modules/mysql/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/mysql/templates/my.cnf.erb [new file with mode: 0644]
.vagrant-puppet/modules/pear/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/pear/manifests/package.pp [new file with mode: 0644]
.vagrant-puppet/modules/pgsql/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/pgsql/templates/pg_hba.conf.erb [new file with mode: 0644]
.vagrant-puppet/modules/php/manifests/extension.pp [new file with mode: 0644]
.vagrant-puppet/modules/php/manifests/init.pp [new file with mode: 0644]
.vagrant-puppet/modules/php/templates/error_reporting.ini.erb [new file with mode: 0644]
.vagrant-puppet/modules/php/templates/xdebug_settings.ini.erb [new file with mode: 0644]
.vagrant-puppet/modules/wget/manifests/init.pp [new file with mode: 0644]
Vagrantfile