8000 fix typo in config.pp · guillemcanal/puppet-php@865065e · GitHub
[go: up one dir, main page]

Skip to content

Commit 865065e

Browse files
committed
fix typo in config.pp
1 parent ec67c38 commit 865065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
file { "${php::params::cli_dir}conf.d":
4242
ensure => link,
4343
target => '../conf.d',
44-
forge => true,
44+
force => true,
4545
require => File[$php::params::cli_dir],
4646
}
4747
}

0 commit comments

Comments
 (0)
0