James Fryman
dce2212d53
Update default SSL Ciphers
2014-10-20 11:48:55 -05:00
James Fryman
db15848deb
Merge pull request #483 from ghoneycutt/strengthen_cipher_list
...
Use stronger ciphers
2014-10-20 11:47:39 -05:00
James Fryman
6d785b5346
Merge pull request #480 from actown/remove_ssl3
...
Remove the SSLv3 by default in the vhost resource.
2014-10-20 11:47:31 -05:00
Garrett Honeycutt
db3c4a4955
Use stronger ciphers
...
As suggested by Mozilla
https://wiki.mozilla.org/Security/Server_Side_TLS#Nginx
2014-10-16 09:23:54 -04:00
Derrick Dymock
06ee2ca3ce
Remove the SSLv3 by default in the vhost resource.
2014-10-15 10:52:31 -07:00
Matthew Haughton
09337bac1c
ensure puppetlabs_spec_helper 0.8.2+
...
0.8.2 has a fix for puppet-lint rake task broken in 0.8.1
2014-10-02 08:21:51 -04:00
Matthew Haughton
ac663b17be
metadata: change 'source' to point to git repo
...
The docs say 'source' is "The source repository for your module." Using puppetlabs-apache
as an example the source repo has been updated to point to the git repository rather than
the GitHub webpage.
2014-09-26 16:39:13 -04:00
Matthew Haughton
b23c20b379
Pin puppetlabs_spec_helper to 0.8.0
...
0.8.1 has broken the 'rake lint' task which checks for style violations.
Unfortunately this means some have snuck in so this will break the build.
Revert when on merge of https://github.com/puppetlabs/puppetlabs_spec_helper/pull/78
2014-09-26 00:15:56 -04:00
James Fryman
42b427b6ca
Merge pull request #464 from danieldreier/allow_internal_only
...
Allow internal-only location resources
2014-09-25 11:10:48 -07:00
Daniel Dreier
22c6a7cb57
Allow internal-only location resources
...
Location resources with internal == true are valid, but the module does
not allow them unless one or more of www_root, proxy, location_alias,
stub_status, fastcgi, or location_custom_cfg are set
This patch allows locations with none of those but internal == true to
be created.
This is a re-implementation of jfryman/nginx PR-388.
2014-09-25 09:40:32 -07:00
James Fryman
cae0a44e37
bump to 0.1.1
2014-09-24 17:45:45 -07:00
James Fryman
d56c7c12f7
Merge pull request #461 from jfryman/add-additional-docs-module_data
...
Add instructions on bootstrapping puppet-module-data
2014-09-24 17:44:57 -07:00
James Fryman
6ac29a2d38
need to add instructions to configure and enable puppet-module-data
2014-09-24 17:40:19 -07:00
James Fryman
b8e2ccc540
Merge pull request #453 from jfryman/add-puppet-module-tool
...
Introducing Puppet Module Data
2014-09-24 15:07:28 -07:00
Matthew Haughton
60efadea7d
Merge pull request #459 from pradermecker/pra
...
Guard against undef
2014-09-24 15:53:37 -04:00
Pierre Radermecker
0a46f25c3c
Guard against undef
2014-09-24 02:06:15 +02:00
Matthew Haughton
8cd163391b
Merge pull request #390 from cdenneen/patch-1
...
Add include files to locations. Closes #390
2014-09-23 18:56:00 -04:00
cdenneen
324179e7a4
Add include files to locations
2014-09-23 18:52:14 -04:00
Matthew Haughton
fad593a8f2
remove configtest_enable from nginx::config
...
It will continue to be set in the main nginx class.
2014-09-23 15:39:41 -04:00
James Fryman
33dd9e2d96
Merge branch 'add-puppet-module-tool' of https://github.com/jfryman/puppet-nginx into add-puppet-module-tool
2014-09-23 10:42:21 -05:00
James Fryman
f5d456adf9
don't need this afterall
2014-09-23 10:41:37 -05:00
James Fryman
e31f2e49d4
Should use markdown link here.
2014-09-23 10:35:59 -05:00
James Fryman
9d2f48569f
add blatant warning right up front for install/upgrade
2014-09-23 10:27:21 -05:00
James Fryman
d8b93ee156
remove package/service data from hiera
2014-09-23 10:23:37 -05:00
James Fryman
54230bc6a8
add more doc details
2014-09-23 10:23:15 -05:00
James Fryman
abe5824566
remove nginx::config and nginx::service deprecation notice
2014-09-23 09:11:22 -05:00
James Fryman
c1ae12d9cd
remove kernel, use osfamily (h/t @3flex)
2014-09-22 20:35:01 -05:00
James Fryman
7a67a9d689
remove kernelversion/add osmajrelease
2014-09-22 20:08:10 -05:00
Matthew Haughton
58d5c11cb8
Merge pull request #440 from ad-notam/master
...
Re-add Gentoo support
2014-09-21 12:07:01 -04:00
Matthew Haughton
f4ef3103a6
Merge pull request #454 from francis826/redhat_operatingsystemmajrelease
...
Fix to detect the major release version for redhat/centos 7
2014-09-21 12:03:10 -04:00
Matthew Haughton
801208533f
add hiera.yaml to fixtures
2014-09-21 11:40:45 -04:00
Luke Francis
230857f874
Fix to detect the major release version for redhat/centos 7
2014-09-20 22:38:29 -07:00
Matthew Haughton
00ec3f4e35
spec fixes
2014-09-21 01:27:35 -04:00
James Fryman
4c5f1e3b2a
pass one of spec cleanup
2014-09-20 18:25:24 -05:00
James Fryman
678256fa3d
need moar dashes
2014-09-20 13:34:20 -05:00
James Fryman
9bd63d348d
Introducing Puppet Module Tool
2014-09-20 13:29:40 -05:00
James Fryman
d11d574e8c
Merge pull request #443 from rabbitt/whitespace-cleanup
...
cleanup whitespace and key/value alignment in config files
2014-09-20 10:06:59 -05:00
James Fryman
6c19689273
Merge pull request #452 from 3flex/419-move-to-metadata-json
...
(maint) switch from Modulefile to metadata.json
2014-09-20 10:04:36 -05:00
Matthew Haughton
08f5a3474e
switch from Modulefile to metadata.json
2014-09-20 00:37:56 -04:00
Matthew Haughton
50f9e19770
Merge branch 'fnerdwq-needed-features'
...
Closes #417
2014-09-15 23:12:46 -04:00
Frederik Wagner
ad391f67bf
added nginx_vhosts_defaults parameter hash
2014-09-15 23:11:26 -04:00
Frederik Wagner
331338abdb
added parameter ssl_session_timeout to vhost
2014-09-15 23:11:26 -04:00
Carl P. Corliss
01d6f94f66
nits
2014-09-13 04:17:23 -04:00
Carl P. Corliss
fb880576a6
cleanup resultant whitespace and key/value alignment in config files
...
- fix tests related to whitespace changes
2014-09-13 04:13:18 -04:00
Carl P. Corliss
4960e2e2e5
cleanup resultant whitespace and key/value alignment in config files
2014-09-12 13:42:51 -04:00
James Fryman
a5592d4303
Delete LICENSE
2014-09-08 14:18:03 -05:00
James Fryman
0345068555
Create LICENSE.md
...
Fixes https://github.com/jfryman/puppet-nginx/issues/441
2014-09-08 14:17:54 -05:00
James Fryman
d8d116c9ed
Merge pull request #438 from 3flex/future-parser
...
Test with future parser
2014-09-05 09:39:48 -05:00
Jan Rieger
183ee5d0c8
Re-add Gentoo support
2014-09-05 13:13:53 +02:00
Matthew Haughton
a002d8932e
bug fixes surfaced by future parser
...
* concat::fragment requires 'order' to be a string
* init parameters added in #373 referred to wrong variable name in params.pp
* cannot perform regex match on a number, so make {fastcgi,proxy}_cache_levels
a string by default
* bug fixed in test suite
2014-09-04 23:24:14 -04:00