File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 55
55
enable => false
56
56
}
57
57
58
+ boxen::env_script { 'postgresql' :
59
+ content => template (' postgresql/env.sh.erb' ),
60
+ priority => ' lower' ,
61
+ }
62
+
58
63
file { "${boxen::config::envdir}/postgresql.sh" :
59
- content => template (' postgresql/env.sh.erb' ),
60
- require => File [$boxen::config::envdir ]
64
+ ensure => absent ,
61
65
}
62
66
63
67
$nc = " nc -z localhost ${postgresql::config::port} "
Original file line number Diff line number Diff line change 54
54
} )
55
55
56
56
should contain_file ( '/test/boxen/env.d/postgresql.sh' ) . with ( {
57
- :content => File . read ( 'spec/fixtures/postgresql.sh' ) ,
58
- :require => 'File[/test/boxen/env.d]'
57
+ :ensure => :absent ,
59
58
} )
60
59
61
60
should contain_exec ( 'wait-for-postgresql' ) . with ( {
Original file line number Diff line number Diff line change 1
- mod 'boxen' , '3.0.2 ' , :github_tarball => 'boxen/puppet-boxen'
1
+ mod 'boxen' , '3.3.4 ' , :github_tarball => 'boxen/puppet-boxen'
2
2
mod 'homebrew' , '1.4.1' , :github_tarball => "boxen/puppet-homebrew"
3
3
mod 'respository' , '2.2.0' , :github_tarball => "boxen/puppet-repository"
4
4
mod 'stdlib' , '4.1.0' , :github_tarball => "puppetlabs/puppetlabs-stdlib"
You can’t perform that action at this time.
0 commit comments