Skip to content

Commit

Permalink
Merge pull request #84 from gildub/Gluster/latest
Browse files Browse the repository at this point in the history
Updated puppet-puppet and puppet-gluster to latest
  • Loading branch information
paramite committed Aug 7, 2014
2 parents 6ae9350 + 724773f commit 9728979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gluster
Submodule gluster updated 71 files
+0 −1 .gitignore
+17 −14 .gitmodules
+97 −7 DOCUMENTATION.md
+1 −1 Modulefile
+1 −0 README
+1 −1 VERSION
+0 −148 builder/Makefile
+4 −7 builder/README
+0 −57 builder/Vagrantfile
+0 −7 builder/files/cleanup.sh
+ builder/files/epel-release-6-8.noarch.rpm
+0 −40 builder/files/network.sh
+0 −1 builder/files/password
+ builder/files/puppetlabs-release-el-6.noarch.rpm
+0 −10 builder/files/selinux
+0 −58 builder/files/ssh.sh
+0 −16 builder/files/user.sh
+0 −13 builder/versions/template.sh
+5 −0 data/common.yaml
+9 −0 data/hiera.yaml
+9 −0 data/tree/Debian.yaml
+4 −0 data/tree/Debian/Debian.yaml
+4 −0 data/tree/Debian/Debian/7.4.yaml
+4 −0 data/tree/Debian/Ubuntu.yaml
+4 −0 data/tree/Debian/Ubuntu/12.04.yaml
+4 −0 data/tree/Gentoo.yaml
+5 −0 data/tree/RedHat.yaml
+4 −0 data/tree/RedHat/CentOS.yaml
+4 −0 data/tree/RedHat/CentOS/6.5.yaml
+20 −0 data/tree/RedHat/Fedora.yaml
+4 −0 data/tree/RedHat/Fedora/20.yaml
+4 −0 data/tree/RedHat/RedHat.yaml
+4 −0 data/tree/RedHat/RedHat/6.5.yaml
+6 −0 data/tree/RedHat/RedHat/7.0.yaml
+0 −0 files/xml.py
+11 −2 lib/facter/gluster_ports.rb
+16 −3 lib/facter/gluster_uuid.rb
+8 −1 lib/facter/gluster_version.rb
+14 −9 manifests/api.pp
+19 −18 manifests/brick.pp
+4 −1 manifests/brick/ext4.pp
+4 −1 manifests/brick/xfs.pp
+22 −20 manifests/host.pp
+10 −1 manifests/mount.pp
+17 −6 manifests/mount/base.pp
+83 −0 manifests/params.pp
+3 −1 manifests/repo.pp
+13 −9 manifests/server.pp
+19 −18 manifests/volume.pp
+4 −1 manifests/volume/ping.pp
+4 −3 manifests/volume/property.pp
+14 −11 manifests/xml.pp
+ puppet-gluster-documentation.pdf
+0 −0 vagrant/.gitignore
+48 −13 vagrant/Vagrantfile
+0 −1 vagrant/gluster/puppet/modules/puppet
+0 −0 vagrant/puppet/files/README
+0 −0 vagrant/puppet/hiera.yaml
+0 −0 vagrant/puppet/hieradata/common.yaml
+35 −0 vagrant/puppet/manifests/site.pp
+0 −0 vagrant/puppet/modules/.gitignore
+4 −2 vagrant/puppet/modules/Makefile
+0 −0 vagrant/puppet/modules/README
+0 −0 vagrant/puppet/modules/apt
+0 −0 vagrant/puppet/modules/common
+0 −0 vagrant/puppet/modules/keepalived
+1 −0 vagrant/puppet/modules/module-data
+1 −0 vagrant/puppet/modules/puppet
+0 −0 vagrant/puppet/modules/shorewall
+0 −0 vagrant/puppet/modules/stdlib
+0 −0 vagrant/puppet/modules/yum
2 changes: 1 addition & 1 deletion puppet

0 comments on commit 9728979

Please sign in to comment.