Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
snwbr committed Mar 31, 2016
1 parent 20e9c38 commit ac07590
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions site/blog_platform/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#class { 'mysql::server': }

class { '::mysql::server': }

class { 'wordpress':
require => User["wp_owner"],
}

class { 'apache': }


class blog_platform {

#class { 'mysql::server': }
include '::mysql::server'

class { 'wordpress':
require => User["wp_owner"],
}
class { 'apache': }


mysql::db { 'wordpress':
user => 'wordpress',
password => 'password',
Expand Down

0 comments on commit ac07590

Please sign in to comment.