guts/
├── facts
│ └── lib
│ └── facter
│ └── servicedb_facts.rb
├── files
│ ├── etc
│ │ ├── apache2
│ │ │ ├── conf.d
│ │ │ │ └── proxy.conf.reports
│ │ │ ├── gutsreports
│ │ │ │ ├── gutsreports_auth.properties
│ │ │ │ ├── gutsreports_env.properties
│ │ │ │ └── gutsreports_mail.properties
│ │ │ ├── mods-available
│ │ │ │ └── jk.conf
│ │ │ ├── sites-available
│ │ │ │ └── reports
│ │ │ ├── ssl.crt
│ │ │ │ └── login.crt
│ │ │ └── workers.properties
│ │ ├── cron.d
│ │ ├── init.d
│ │ │ └── gutsv2webapid
│ │ └── logrotate
│ │ └── gutsv2webapi
│ ├── InstFiles
│ │ └── Oracle_Client.rsp
│ ├── opt
│ │ └── mg-agent-xp
│ │ ├── agent.d
│ │ │ └── apache2_running
│ │ └── conf.d
│ │ └── apache2_running.yml
│ ├── oracle
│ │ └── product
│ │ └── 11.2.0
│ │ └── client_1
│ │ └── network
│ │ └── admin
│ │ └── tnsnames.ora
│ └── usr
│ └── local
│ ├── google
│ │ └── guts-scripts
│ │ └── cdb2facts.sh
│ └── scripts
│ └── install_fraggle_key.sh
├── manifests
│ ├── app
│ │ ├── common
│ │ │ ├── apachesso.pp
│ │ │ ├── base_el.pp
│ │ │ ├── base_goobuntu.pp
│ │ │ ├── cx_oracle.pp
│ │ │ ├── enable_proxy.pp
│ │ │ ├── fraggle_utils.pp
│ │ │ ├── guts_sdb_facter.pp
│ │ │ ├── imagemagick.pp
│ │ │ ├── java6_64_devel.pp
│ │ │ ├── java6_64.pp
│ │ │ ├── libxml.pp
│ │ │ ├── memcached.pp
│ │ │ ├── python_base.pp
│ │ │ ├── python_www.pp
│ │ │ ├── rpcbind_remedy.pp
│ │ │ ├── servicedb_facts.pp
│ │ │ ├── tomcat.pp
│ │ │ └── vip_loopback.pp
│ │ ├── common.pp
│ │ ├── remedy
│ │ │ ├── config.pp
│ │ │ ├── install.pp
│ │ │ ├── params.pp
│ │ │ └── service.pp
│ │ ├── remedy.pp --> include guts::app::remedy::install
│ │ ├── reports.pp
│ │ ├── test.pp
│ │ ├── v2webapi.pp
│ │ └── v2webserver.pp
│ └── init.pp
├── OWNERS
└── templates
└── etc
└── apache2
└── gutsreports
└── gutsreports_db.properties.erb