Sha256: c9ec50b5589974873ff333f5d21d79d26d0d14e7a1cefb62aa93b33a3985fd39

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

{
  "repositories" : { 
    "." : "cluster.git"  
  },  
  "puppet_manifest_path" : "puppet",
  "puppet_manifest_file" : "site.pp",  
  "puppet_module_path" : [ "modules" ],
  "settings" : {
    "core" : {      
      "virtual_ip" : "172.4.4.4",
      "virtual_hostname" : "base.loc"
    },
    "vagrant" : {
      "vm_network_bridged" : "false",
      "vm_box" : "precise64",
      "vm_box_url" : "http://files.vagrantup.com/precise64.box",
      "vm_cpus" : "1",
      "vm_memory" : "512",
      "facts" : {
        "server_location" : "vagrant",
        "server_environment" : "development"        
      },
      "shares" : [ "puppet_reports", "puppet_graphs", "coral_properties" ]
    },
    "debug" : {
      "puppet_options" : [ "--debug", "--verbose" ]
    }
  },
  "shares" : {
    "puppet_reports" : {
      "local_dir" : "share/log/puppet",
      "remote_dir" : "/var/log/puppet/reports"
    },
    "puppet_graphs" : {
      "local_dir" : "share/log/puppet/graphs",
      "remote_dir" : "/var/lib/puppet/state/graphs"
    },
    "coral_properties" : {
      "local_dir" : "share/log/coral",
      "remote_dir" : "/var/log/coral"
    }
  },
  "servers" : {
    "core" : {
      "hostname" : "server.loc",
      "public_ip" : "172.0.0.10",
      "settings" : [ "core", "vagrant" ]
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
coral_vagrant-0.2.8 example/cloud.json
coral_vagrant-0.2.5 example/cloud.json
coral_vagrant-0.2.4 example/cloud.json
coral_vagrant-0.2.3 example/cloud.json