diff --git a/Puppetfile b/Puppetfile index f780814..3b9edb7 100644 --- a/Puppetfile +++ b/Puppetfile @@ -2,6 +2,7 @@ forge "http://forge.puppetlabs.com" mod 'camptocamp/augeas', '0.0.1' mod 'hunner/wordpress', '0.6.0' +mod 'jfryman/nginx', '0.0.9' mod 'puppetlabs/apache', '0.10.0' mod 'puppetlabs/firewall', '1.0.2' mod 'puppetlabs/mysql', '2.2.3' diff --git a/Puppetfile.lock b/Puppetfile.lock index 418eb74..d97d805 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -6,9 +6,15 @@ FORGE puppetlabs/concat (>= 1.0.0) puppetlabs/mysql (>= 2.1.0) puppetlabs/stdlib (>= 2.3.1) + jfryman/nginx (0.0.9) + puppetlabs/apt (>= 1.0.0) + puppetlabs/concat (>= 1.0.0) + puppetlabs/stdlib (>= 0.1.6) puppetlabs/apache (0.10.0) puppetlabs/concat (>= 1.0.0) puppetlabs/stdlib (>= 2.4.0) + puppetlabs/apt (1.4.2) + puppetlabs/stdlib (>= 2.2.1) puppetlabs/concat (1.1.0-rc1) puppetlabs/stdlib (>= 3.0.0) puppetlabs/firewall (1.0.2) @@ -22,6 +28,7 @@ FORGE DEPENDENCIES camptocamp/augeas (= 0.0.1) hunner/wordpress (= 0.6.0) + jfryman/nginx (= 0.0.9) puppetlabs/apache (= 0.10.0) puppetlabs/firewall (= 1.0.2) puppetlabs/mysql (= 2.2.3) diff --git a/manifests/final.pp b/manifests/final.pp index 78cbdf1..3456d12 100644 --- a/manifests/final.pp +++ b/manifests/final.pp @@ -26,7 +26,8 @@ class { '::mysql::server': } # page) # You may use any Rails deployment that works with Nginx -# IN PROGRESS +# install nginx +class { 'nginx': } # A working firewall using iptables or another Linux firewall resources { 'firewall':