Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit dedd6a3

Browse files
Alex Macealexmace
authored andcommitted
Added aspell as a dependency, because it is needed
1 parent 55d79ea commit dedd6a3

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

manifests/extension/pspell.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
$php,
1111
) {
1212
require php::config
13+
require aspell
1314

1415
# Ensure that the specified version of PHP is installed.
1516
php_require($php)

spec/defines/extensions/php_extension_pspell_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
it do
1313
should contain_class("php::config")
14+
should contain_class("aspell")
1415
should contain_php__version("5.4.17")
1516

1617
should contain_php_extension("pspell for 5.4.17").with({

spec/fixtures/Puppetfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ mod "mysql", "1.1.3", :github_tarball => "boxen/puppet-mysql"
1212
mod "postgresql", "2.0.1", :github_tarball => "boxen/puppet-postgresql"
1313
mod "nginx", "1.4.2", :github_tarball => "boxen/puppet-nginx"
1414
mod "module_data", "0.0.3", :github_tarball => "ripienaar/puppet-module-data"
15+
mod "aspell", "0.0.1", :github_tarball => "namesco/puppet-aspell"

spec/fixtures/Puppetfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ GITHUBTARBALL
5858
specs:
5959
wget (1.0.0)
6060

61+
GITHUBTARBALL
62+
remote: namesco/puppet-aspell
63+
specs:
64+
aspell (0.0.1)
65+
6166
GITHUBTARBALL
6267
remote: puppetlabs/puppetlabs-stdlib
6368
specs:
@@ -69,6 +74,7 @@ GITHUBTARBALL
6974
module_data (0.0.3)
7075

7176
DEPENDENCIES
77+
aspell (= 0.0.1)
7278
autoconf (= 1.0.0)
7379
boxen (= 3.0.2)
7480
homebrew (= 1.4.1)

0 commit comments

Comments
 (0)