repo
string
commit
string
message
string
diff
string
ghoneycutt/puppet-module-puppet
99af107cf89237382c06f5cb641b5564f75f5bac
Speed up TravisCI testing by removing redundant tests
diff --git a/Rakefile b/Rakefile index 399896d..fc6faf4 100644 --- a/Rakefile +++ b/Rakefile @@ -1,35 +1,29 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' require 'github_changelog_generator/task' GitHubChangelogGenerator::RakeTask.new :changelog do |config| config.user ...
ghoneycutt/puppet-module-puppet
ae7918f12127fea0aa670e38dbf69dfa3749b59b
Stop rubocop checking
diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index 15ee7c9..0000000 --- a/.rubocop.yml +++ /dev/null @@ -1,51 +0,0 @@ ---- -AllCops: - DisplayCopNames: true - DisplayStyleGuide: true - Exclude: - - vendor/**/* - - pkg/**/* - - spec/fixtures/**/* - -# Cop's to ignore - -# With this enabl...
ghoneycutt/puppet-module-puppet
11276734b7613b53dd559f5999cbc8321e60f70f
Explicitly support Puppet versions 4.9 and 4.10
diff --git a/.travis.yml b/.travis.yml index 9b11944..5768a43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,29 +1,31 @@ --- language: ruby rvm: - 2.1.9 env: matrix: - PUPPET_GEM_VERSION="~> 4.7.0" CHECK=test - PUPPET_GEM_VERSION="~> 4.8.0" CHECK=test + - PUPPET_GEM_VERSION="~> 4.9.0" CHECK...
ghoneycutt/puppet-module-puppet
7ad720b1e7f9bd1eac3396b3f259a9033a6d9f38
Remove ruby 2.3.1 as it will not be supported in Puppet v4
diff --git a/.travis.yml b/.travis.yml index c108f58..9b11944 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,30 +1,29 @@ --- language: ruby rvm: - 2.1.9 - - 2.3.1 env: matrix: - PUPPET_GEM_VERSION="~> 4.7.0" CHECK=test - PUPPET_GEM_VERSION="~> 4.8.0" CHECK=test - PUPPET_GEM_VERSION="~> 4...
ghoneycutt/puppet-module-puppet
439dc5babcde05d08ca7d4e67c41938da0ce102a
Remove deprecated options archive_file_server and archive_files
diff --git a/README.md b/README.md index 4dc3f45..ca8aa32 100644 --- a/README.md +++ b/README.md @@ -1,207 +1,195 @@ # puppet-module-puppet #### Table of Contents 1. [Module Description](#module-description) 1. [Dependencies](#dependencies) 1. [Compatibility](#compatibility) 1. [Class Descriptions](#class-des...
ghoneycutt/puppet-module-puppet
71016b8f3d118206c5a344351b47428c152a1ab4
Remove deprecated pe requirement from metadata
diff --git a/metadata.json b/metadata.json index e630078..c7b711e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,51 +1,47 @@ { "name": "ghoneycutt-puppet", "version": "3.1.0", "author": "ghoneycutt", "summary": "Manages Puppet agent and puppetserver", "description": "Manages Puppet agent and puppe...
ghoneycutt/puppet-module-puppet
9eb6779baf55d7dfc3f0976eb464e30e1c2e93bd
Release v3.1.0 - Add parameter env
diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c8098..15185f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,308 +1,316 @@ # Change Log +## [v3.1.0](https://github.com/ghoneycutt/puppet-module-puppet/tree/v3.1.0) + +[Full Changelog](https://github.com/ghoneycutt/puppet-module-puppet/compare/v3.0.2...v3.1.0) + ...
ghoneycutt/puppet-module-puppet
727fb93773934cc355674ef29e6c71a8bf177d97
Appease rubocop
diff --git a/.rubocop.yml b/.rubocop.yml index b8aeaa5..15ee7c9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,45 +1,51 @@ --- AllCops: DisplayCopNames: true DisplayStyleGuide: true Exclude: - vendor/**/* - pkg/**/* - spec/fixtures/**/* # Cop's to ignore # With this enabled it sugges...
ghoneycutt/puppet-module-puppet
dbf80589bf70d7652e1f8c5cdced894848faee5b
Add parameter env for configuring environment option in puppet.conf
diff --git a/README.md b/README.md index 64bf742..4dc3f45 100644 --- a/README.md +++ b/README.md @@ -1,198 +1,207 @@ # puppet-module-puppet #### Table of Contents 1. [Module Description](#module-description) 1. [Dependencies](#dependencies) 1. [Compatibility](#compatibility) 1. [Class Descriptions](#class-des...
ghoneycutt/puppet-module-puppet
a83fe158bf54e4d319d79a1598c42b55d1da75e8
Bump license for 2017
diff --git a/LICENSE b/LICENSE index bb5ebbd..d1211db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,13 @@ -Copyright (C) 2010-2016 Garrett Honeycutt <code@garretthoneycutt.com> +Copyright (C) 2010-2017 Garrett Honeycutt <code@garretthoneycutt.com> Licensed under the Apache License, Version 2.0 (the "License"); you...
ghoneycutt/puppet-module-puppet
ac1ec9da96bf2d6158ba57e42f010eb3a02218e8
Release v3.0.2 - Update puppetserver sysconfig
diff --git a/metadata.json b/metadata.json index d6b1c70..e2ab673 100644 --- a/metadata.json +++ b/metadata.json @@ -1,51 +1,51 @@ { "name": "ghoneycutt-puppet", - "version": "3.0.1", + "version": "3.0.2", "author": "ghoneycutt", "summary": "Manages Puppet agent and puppetserver", "description": "Manages...
ghoneycutt/puppet-module-puppet
b3248068d65ff20e803552df1bfdec0664ac0e17
Fix gems to support Ruby 2.1
diff --git a/Gemfile b/Gemfile index 0c8a974..7cad213 100644 --- a/Gemfile +++ b/Gemfile @@ -1,35 +1,36 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end +gem 'activesup...
ghoneycutt/puppet-module-puppet
66a5d55a2d9ef115300981667bf6a35a66fdfc32
Ensure TravisCI is using an updated bundler
diff --git a/.travis.yml b/.travis.yml index ffb954f..c108f58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,30 @@ --- language: ruby rvm: - 2.1.9 - 2.3.1 env: matrix: - PUPPET_GEM_VERSION="~> 4.7.0" CHECK=test - PUPPET_GEM_VERSION="~> 4.8.0" CHECK=test - PUPPET_GEM_VERSION="~> 4...
ghoneycutt/puppet-module-puppet
c5790616813afafe41313d9e2ed106c705754790
Alphabetize gem orderings and fix rubocop
diff --git a/.rubocop.yml b/.rubocop.yml index a1b2204..b8aeaa5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,42 +1,45 @@ --- AllCops: DisplayCopNames: true DisplayStyleGuide: true Exclude: - vendor/**/* - pkg/**/* - spec/fixtures/**/* # Cop's to ignore # With this enabled it sugges...
ghoneycutt/puppet-module-puppet
3ab56db54af93c249f4381dc345770c4466b3643
Remove duplicate entry for rubocop
diff --git a/Gemfile b/Gemfile index ed39cde..9df5471 100644 --- a/Gemfile +++ b/Gemfile @@ -1,36 +1,35 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end gem 'metadata-...
ghoneycutt/puppet-module-puppet
0692736db3cf6cd42172891716598497840bd31f
Add CHANGELOG for v3.0.1
diff --git a/CHANGELOG.md b/CHANGELOG.md index e94bcf7..af17072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,284 +1,300 @@ # Change Log +## [v3.0.1](https://github.com/ghoneycutt/puppet-module-puppet/tree/v3.0.1) (2016-11-02) +[Full Changelog](https://github.com/ghoneycutt/puppet-module-puppet/compare/v3.0.0.....
ghoneycutt/puppet-module-puppet
0fc62abd1d6ef893aea12c8a2f5aaf0793bf0f80
Release v3.0.1 - Add testing and release tooling
diff --git a/metadata.json b/metadata.json index 33b38a8..d6b1c70 100644 --- a/metadata.json +++ b/metadata.json @@ -1,51 +1,51 @@ { "name": "ghoneycutt-puppet", - "version": "3.0.0", + "version": "3.0.1", "author": "ghoneycutt", "summary": "Manages Puppet agent and puppetserver", "description": "Manages...
ghoneycutt/puppet-module-puppet
296da4864affd87e7ac309f762a74d6d59cf9fb8
Add rubocop testing and conform to its style recommendations
diff --git a/.travis.yml b/.travis.yml index 38a3a54..ffb954f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,23 @@ --- language: ruby rvm: - 2.1.9 - 2.3.1 env: matrix: - - PUPPET_GEM_VERSION="~> 4.7.0" - - PUPPET_GEM_VERSION="~> 4.8.0" - - PUPPET_GEM_VERSION="~> 4" + - PUPPET_GEM_VE...
ghoneycutt/puppet-module-puppet
ae04fd4e721f79c2fee6d85b1915c379963494c7
Add rake task for github_changelog_generator
diff --git a/Gemfile b/Gemfile index ef68bb0..9df5471 100644 --- a/Gemfile +++ b/Gemfile @@ -1,30 +1,35 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end gem 'metadata-...
ghoneycutt/puppet-module-puppet
5ccd80f0f2034d1212adb0eea2abea0c73e3b0b5
Simplify CI test
diff --git a/.travis.yml b/.travis.yml index 5c6dafd..38a3a54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,22 @@ --- language: ruby rvm: - 2.1.9 - 2.3.1 env: matrix: - PUPPET_GEM_VERSION="~> 4.7.0" - PUPPET_GEM_VERSION="~> 4.8.0" - PUPPET_GEM_VERSION="~> 4" sudo: false -sc...
ghoneycutt/puppet-module-puppet
e3bcf439da1fc34c6f703eee825b4a8eee5e570a
Support Puppet v4.8.0
diff --git a/.travis.yml b/.travis.yml index d12664e..5c6dafd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,22 @@ --- language: ruby rvm: - 2.1.9 - 2.3.1 env: matrix: - PUPPET_GEM_VERSION="~> 4.7.0" + - PUPPET_GEM_VERSION="~> 4.8.0" - PUPPET_GEM_VERSION="~> 4" sudo: false sc...
ghoneycutt/puppet-module-puppet
d88b13f3d13bc9f844d65ce909c9add4ac9f87dc
Add CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e94bcf7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,284 @@ +# Change Log + +## [v2.19.0](https://github.com/ghoneycutt/puppet-module-puppet/tree/v2.19.0) (2016-07-13) +[Full Changelog](https://github.com/ghoneycutt/puppet-module-puppet/compare...
ghoneycutt/puppet-module-puppet
c3f6d706d9279ed6f6ca405554f251e307b5b8b1
Release v3.0.0 - Transition to Puppet v4
diff --git a/.fixtures.yml b/.fixtures.yml index 1226caf..80fa4f2 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,27 +1,10 @@ fixtures: repositories: - firewall: - repo: 'https://github.com/puppetlabs/puppetlabs-firewall.git' - ref: '1.7.1' + inifile: + repo: 'https://github.com/puppetlabs...
ghoneycutt/puppet-module-puppet
6dbd7ee6d58b2b8ab04976ee2332c82cf92fa540
Release v2.19.0 - Support Puppet v4 for agent
diff --git a/metadata.json b/metadata.json index 215b42c..91bcc19 100644 --- a/metadata.json +++ b/metadata.json @@ -1,92 +1,92 @@ { "name": "ghoneycutt-puppet", - "version": "2.18.1", + "version": "2.19.0", "author": "ghoneycutt", "summary": "Manage Puppet", "description": "Manages Puppet, including Mas...
ghoneycutt/puppet-module-puppet
a0652ffc2ae23628e7e3b5b7b569cc16bb2a5cc4
Fix puppet v4 compat with integer and string comparison
diff --git a/manifests/agent.pp b/manifests/agent.pp index 444a8c2..c0c4af7 100644 --- a/manifests/agent.pp +++ b/manifests/agent.pp @@ -1,312 +1,312 @@ # == Class: puppet::agent # # Manage Puppet agents # # We also run puppet once at boot via cron, regardless of if you normally run # puppet from cron or as a dae...
ghoneycutt/puppet-module-puppet
ab42ec5449e4102f0e3c2627ee27bc63e350c9b0
Support Puppet v4 for the agent
diff --git a/.fixtures.yml b/.fixtures.yml index 2e11f1b..1226caf 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,26 +1,27 @@ fixtures: repositories: firewall: repo: 'https://github.com/puppetlabs/puppetlabs-firewall.git' - ref: '0.2.1' + ref: '1.7.1' stdlib: repo: 'https://gi...
ghoneycutt/puppet-module-puppet
61264a26442cdccfe42231b9d8fcd42aa8128e39
Release v2.18.1 - Bug fix for style and continue supporting software
diff --git a/metadata.json b/metadata.json index cc09c1f..689b216 100644 --- a/metadata.json +++ b/metadata.json @@ -1,92 +1,92 @@ { "name": "ghoneycutt-puppet", - "version": "2.18.0", + "version": "2.18.1", "author": "ghoneycutt", "summary": "Manage Puppet", "description": "Manages Puppet, including Mas...
ghoneycutt/puppet-module-puppet
e6d91606510836ffa8e36723f580966d3903282e
Style fix
diff --git a/manifests/dashboard/maintenance.pp b/manifests/dashboard/maintenance.pp index 40ecfa0..0077a7f 100644 --- a/manifests/dashboard/maintenance.pp +++ b/manifests/dashboard/maintenance.pp @@ -1,108 +1,108 @@ # == Class: puppet::dashboard::maintenance # class puppet::dashboard::maintenance ( $db_optimizat...
ghoneycutt/puppet-module-puppet
2292dfb36925416dc6bace2cac8e2a5584785921
Pin version of json to continue supporting ruby versions < 2
diff --git a/Gemfile b/Gemfile index d6bdad9..eea8e8e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,29 +1,33 @@ source 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end gem 'metadata-json-lint' gem 'pupp...
ghoneycutt/puppet-module-puppet
b69e2b458526792f47688cf56bb59b3029782e23
Allow for puppet-lint v1 or v2, as the community plugins allow
diff --git a/Gemfile b/Gemfile index e6cceaf..d6bdad9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,29 +1,29 @@ source 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end gem 'metadata-json-lint' gem 'pupp...
ghoneycutt/puppet-module-puppet
2d91161447aca8a24d2f3f0f4515985fcbc89e5e
Bump year in LICENSE for 2016
diff --git a/LICENSE b/LICENSE index 00f0e3f..bb5ebbd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,13 @@ -Copyright (C) 2010-2015 Garrett Honeycutt <code@garretthoneycutt.com> +Copyright (C) 2010-2016 Garrett Honeycutt <code@garretthoneycutt.com> Licensed under the Apache License, Version 2.0 (the "License"); you...
ghoneycutt/puppet-module-puppet
e2c162cfa56b526cb07f218b22f8a312fc602e26
Release v2.18.0 - Add ability to specify passenger max requests
diff --git a/metadata.json b/metadata.json index 7ccf3a4..cc09c1f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,92 +1,92 @@ { "name": "ghoneycutt-puppet", - "version": "2.17.1", + "version": "2.18.0", "author": "ghoneycutt", "summary": "Manage Puppet", "description": "Manages Puppet, including Mas...
ghoneycutt/puppet-module-puppet
a881209f4bd30c07a94da82ec65351fb2fa3a69c
Release v2.17.1 - Modernize testing and support
diff --git a/metadata.json b/metadata.json index 086936e..7ccf3a4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,92 +1,92 @@ { "name": "ghoneycutt-puppet", - "version": "2.17.0", + "version": "2.17.1", "author": "ghoneycutt", "summary": "Manage Puppet", "description": "Manages Puppet, including Mas...
ghoneycutt/puppet-module-puppet
5a6f25c843a488ac85e6534c33b144ddc0426d03
Use community style plugins and adapt to those
diff --git a/Gemfile b/Gemfile index 3920f70..e6cceaf 100644 --- a/Gemfile +++ b/Gemfile @@ -1,18 +1,29 @@ source 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end gem 'metadata-json-lint' gem 'pupp...
ghoneycutt/puppet-module-puppet
425c704f5d7adfce0e4dd9652c8c60d2b5830f3f
Add checking of metadata to travis
diff --git a/.travis.yml b/.travis.yml index d7d70a2..872d151 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,41 +1,41 @@ --- language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 env: matrix: - PUPPET_GEM_VERSION="~> 3.1.0" - PUPPET_GEM_VERSION="~> 3.2.0" - PUPPET_GEM_VERSION="~> 3...
ghoneycutt/puppet-module-puppet
9d35b2befaf3c8dde32a21b768f09f3631ebcd83
Require a stable/modern version of puppetlabs_spec_helper
diff --git a/Gemfile b/Gemfile index 391efc7..4913134 100644 --- a/Gemfile +++ b/Gemfile @@ -1,17 +1,17 @@ source 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end -gem 'puppetlabs_spec_helper', '>= 0...
ghoneycutt/puppet-module-puppet
88e54991a72d2046a5b660de7ae6626402211b81
Fix ruby 1.8.7 support by pinning the version of rake
diff --git a/Gemfile b/Gemfile index 5d80055..391efc7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,16 +1,17 @@ source 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end gem 'puppetlabs_spec_helper', '>= 0...
ghoneycutt/puppet-module-puppet
c11b681ff8935e236b31fb6c32302778765e5827
removing unneccessary rm -rf
diff --git a/README.md b/README.md index 6f98e93..0366aaa 100644 --- a/README.md +++ b/README.md @@ -192,573 +192,573 @@ Path to where the symlink should be created symlink_puppet_binary --------------------- Boolean for ensuring a symlink for puppet_binary to symlink_puppet_binary_target. This is useful if you inst...
ghoneycutt/puppet-module-puppet
3312b0273ec2e57650d5d0ebf288bef7b78dce51
Allow configuration of the number of max requests handled per puppet master process
diff --git a/README.md b/README.md index 6f98e93..60fe3b7 100644 --- a/README.md +++ b/README.md @@ -155,610 +155,616 @@ Whether to run as a service or in cron mode. Valid values are `disable`, `cron`, run_interval ------------ The interval, in minutes, with which the client should run. If greater than 30, the age...
ghoneycutt/puppet-module-puppet
801d1bd174c729f493413ca2dd03b6b980adac54
Disable SSLv2 in comments - no actual change to system
diff --git a/templates/dashboard-vhost.conf.erb b/templates/dashboard-vhost.conf.erb index 2df7f5c..4d9ef26 100644 --- a/templates/dashboard-vhost.conf.erb +++ b/templates/dashboard-vhost.conf.erb @@ -1,110 +1,110 @@ # This file is being maintained by Puppet. # DO NOT EDIT #LoadModule passenger_module <%= scope.lo...
ghoneycutt/puppet-module-puppet
a7c62256a14e4caaca207f1bc207eee2df505455
Release v2.17.0 - Add ssldir parameter and deprecate type()
diff --git a/metadata.json b/metadata.json index 4a9ab76..086936e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,92 +1,92 @@ { "name": "ghoneycutt-puppet", - "version": "2.16.0", + "version": "2.17.0", "author": "ghoneycutt", "summary": "Manage Puppet", "description": "Manages Puppet, including Mas...
ghoneycutt/puppet-module-puppet
3930278106bd105ebf9d7af848ef3b5d0ca0b144
Use https in fixtures to make it easier to get past firewalls
diff --git a/.fixtures.yml b/.fixtures.yml index f65dff1..2e11f1b 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,26 +1,26 @@ fixtures: repositories: firewall: - repo: 'git://github.com/puppetlabs/puppetlabs-firewall.git' + repo: 'https://github.com/puppetlabs/puppetlabs-firewall.git' ref...
ghoneycutt/puppet-module-puppet
f10568b6daf75549706960fd0e6e5769a75d8650
Fix inconsistency w/ stdlib between metadata and fixtures and add bounds
diff --git a/metadata.json b/metadata.json index 1f1f494..4a9ab76 100644 --- a/metadata.json +++ b/metadata.json @@ -1,92 +1,92 @@ { "name": "ghoneycutt-puppet", "version": "2.16.0", "author": "ghoneycutt", "summary": "Manage Puppet", + "description": "Manages Puppet, including Master, Agent, Dashboard an...
ghoneycutt/puppet-module-puppet
dd22f5a161c0676daad879707683162f035d030e
parameterize ssldir in puppet agent's config
diff --git a/README.md b/README.md index 4b2b21f..6f98e93 100644 --- a/README.md +++ b/README.md @@ -1,727 +1,733 @@ # puppet-module-puppet # === [![Build Status](https://travis-ci.org/ghoneycutt/puppet-module-puppet.png?branch=secure_dashboard)](https://travis-ci.org/ghoneycutt/puppet-module-puppet) This modul...
ghoneycutt/puppet-module-puppet
6981e27dfab97e61cc6fb4ff30f35172c2a16abf
Changed outdated type-function to is_<type> and set stdlib version to 4.6
diff --git a/Modulefile b/Modulefile index 30c7281..8055a88 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' version '2.15.0' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache-2.0' summary 'Manage Puppet' description 'Manages P...
ghoneycutt/puppet-module-puppet
5b585e258f5ce2e62b085c7eb64ce374fd84f5b5
Release v2.16.0 - Add configurability to Dashboard maint tasks
diff --git a/metadata.json b/metadata.json index b580125..5d286e0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,92 +1,92 @@ { "name": "ghoneycutt-puppet", - "version": "2.15.0", + "version": "2.16.0", "author": "ghoneycutt", "summary": "Manage Puppet", "license": "Apache-2.0", "source": "git://...
ghoneycutt/puppet-module-puppet
c6dcc642d7622629d20b6e6d23d7fb1b8bab1569
parameterize hardcoded maintenance commands
diff --git a/.fixtures.yml b/.fixtures.yml index 4859aa8..f65dff1 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,26 +1,26 @@ fixtures: repositories: firewall: repo: 'git://github.com/puppetlabs/puppetlabs-firewall.git' ref: '0.2.1' stdlib: repo: 'git://github.com/puppetlabs/pupp...
ghoneycutt/puppet-module-puppet
87003764b174f2d2511b6805570c55883607c31a
Release v2.15.0 - Ability to disable maintenance cronjobs on masters
diff --git a/Modulefile b/Modulefile index bd765f7..30c7281 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.14.4' +version '2.15.0' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache-2.0' summary 'Manage Puppet' desc...
ghoneycutt/puppet-module-puppet
432eb107af733ea6292b3075150fdd13a6fced56
Release v2.14.4 - Add support for Ruby v2.1.0
diff --git a/Modulefile b/Modulefile index 40470cd..bd765f7 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.14.3' +version '2.14.4' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache-2.0' summary 'Manage Puppet' desc...
ghoneycutt/puppet-module-puppet
cb0c92795aaadc2a93039d1573b3f61c88389e0f
Bump year in LICENSE to 2015
diff --git a/LICENSE b/LICENSE index b1b251c..00f0e3f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,13 @@ -Copyright (C) 2010-2013 Garrett Honeycutt <code@garretthoneycutt.com> +Copyright (C) 2010-2015 Garrett Honeycutt <code@garretthoneycutt.com> Licensed under the Apache License, Version 2.0 (the "License"); you...
ghoneycutt/puppet-module-puppet
4908eb4afbc5345820a45244871e5b29882c69aa
Support Ruby v2.1.0
diff --git a/.travis.yml b/.travis.yml index 7abce12..0059273 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,30 +1,39 @@ --- language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 + - 2.1.0 env: matrix: - PUPPET_GEM_VERSION="~> 3.1.0" - PUPPET_GEM_VERSION="~> 3.2.0" - PUPPET_GEM_VERSION="~> 3...
ghoneycutt/puppet-module-puppet
97ff900433703867c0a359c7673bc466a9639ea4
Cleanup README for disabling puppet master maintenance cronjobs
diff --git a/README.md b/README.md index 177f0bf..23ff599 100644 --- a/README.md +++ b/README.md @@ -148,593 +148,606 @@ Whether the machine is a puppet master or not. - *Default*: false run_method ---------- Whether to run as a service or in cron mode. Valid values are `disable`, `cron`, and `service`. The value...
ghoneycutt/puppet-module-puppet
49ec4ee2e81d0b85ed519d702f07637473b73345
Support disabling cron jobs
diff --git a/README.md b/README.md index 6823d67..177f0bf 100644 --- a/README.md +++ b/README.md @@ -150,583 +150,591 @@ Whether the machine is a puppet master or not. run_method ---------- Whether to run as a service or in cron mode. Valid values are `disable`, `cron`, and `service`. The value `disable` disables au...
ghoneycutt/puppet-module-puppet
6b2cda46627d1bbf27bf739a4dce6063799873fb
Release v2.14.3 - Enhance testing
diff --git a/Modulefile b/Modulefile index 75f4906..40470cd 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.14.2' +version '2.14.3' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache-2.0' summary 'Manage Puppet' desc...
ghoneycutt/puppet-module-puppet
1fbbb4d2d98e61bbd7ceeb78a25b51a371c4ef14
modernize travis-ci configs
diff --git a/.travis.yml b/.travis.yml index a6fdc3b..5f23c23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,28 @@ --- +language: ruby + +rvm: + - 1.8.7 + - 1.9.3 + - 2.0.0 + env: -- PUPPET_VERSION=3.3.2 -- PUPPET_VERSION=3.4.2 -- PUPPET_VERSION=3.5.1 -- PUPPET_VERSION=3.6.0 -- PUPPET_VERSION=3.7.0 + matr...
ghoneycutt/puppet-module-puppet
342374db3a20ff6ed9aae7b8e76a3eebc48c02f6
Support facter v2
diff --git a/Gemfile b/Gemfile index f367f3b..3b888ac 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.3'] gem 'puppet', puppetversion gem 'puppetlabs_spec_helper', '>= 0.1.0' gem 'puppet-lint', '>=...
ghoneycutt/puppet-module-puppet
ae7f7bbbb30ba706279819346fa7f2181dc337e1
Support puppet-lint v1
diff --git a/Gemfile b/Gemfile index e7a7d4b..f367f3b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.3'] gem 'puppet', puppetversion gem 'puppetlabs_spec_helper', '>= 0.1.0' -gem 'puppet-lint', '>=...
ghoneycutt/puppet-module-puppet
a03863103cafb4195322091f17b78f1b54482099
Validate paths always
diff --git a/manifests/agent.pp b/manifests/agent.pp index d4bea78..1910214 100755 --- a/manifests/agent.pp +++ b/manifests/agent.pp @@ -1,262 +1,261 @@ # == Class: puppet::agent # # Manage Puppet agents # # We also run puppet once at boot via cron, regardless of if you normally run # puppet from cron or as a dae...
ghoneycutt/puppet-module-puppet
3c150cb79ab546f51c4d02901fc971f329871a7d
Check for explicit error messages in spec tests.
diff --git a/spec/classes/agent_spec.rb b/spec/classes/agent_spec.rb index 42f41ef..6b10983 100644 --- a/spec/classes/agent_spec.rb +++ b/spec/classes/agent_spec.rb @@ -1,735 +1,743 @@ require 'spec_helper' describe 'puppet::agent' do describe 'config file' do context 'with default settings' do let...
ghoneycutt/puppet-module-puppet
71f0afc63372d4e06a3c934284b6cf8de7581dcc
Improve spec tests for maintenance class
diff --git a/spec/classes/master_maintenance_spec.rb b/spec/classes/master_maintenance_spec.rb index cccaafc..8598320 100644 --- a/spec/classes/master_maintenance_spec.rb +++ b/spec/classes/master_maintenance_spec.rb @@ -1,173 +1,267 @@ require 'spec_helper' describe 'puppet::master::maintenance' do describe '...
ghoneycutt/puppet-module-puppet
5669902e755c54051e6d661959ad1793a1e906ea
Release v2.14.2 - Support agent run_interval of once an hour
diff --git a/Modulefile b/Modulefile index cc06fa5..75f4906 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.14.1' +version '2.14.2' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache-2.0' summary 'Manage Puppet' desc...
ghoneycutt/puppet-module-puppet
bd67ba211b52c9892dee92837bd63481779400cb
Travis-ci use containers for faster builds
diff --git a/.travis.yml b/.travis.yml index 00d4941..a6fdc3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,18 @@ --- env: - PUPPET_VERSION=3.3.2 - PUPPET_VERSION=3.4.2 - PUPPET_VERSION=3.5.1 - PUPPET_VERSION=3.6.0 - PUPPET_VERSION=3.7.0 +sudo: false notifications: email: false rvm: - 1.8.7 - 1.9.3...
ghoneycutt/puppet-module-puppet
5f99d303d23cf8a772b153bbe83d04b057d3de97
Add tests and documentation around pupet::agent::run_interval
diff --git a/README.md b/README.md index eab22c6..68e76ea 100644 --- a/README.md +++ b/README.md @@ -1,670 +1,670 @@ # puppet-module-puppet # === [![Build Status](https://travis-ci.org/ghoneycutt/puppet-module-puppet.png?branch=secure_dashboard)](https://travis-ci.org/ghoneycutt/puppet-module-puppet) This modul...
ghoneycutt/puppet-module-puppet
66070451583a5392578f475f4e7db2a238f5ae22
Release v2.14.1 - Bugfix puppet masters with symlink for reportdir
diff --git a/Modulefile b/Modulefile index 3741032..cc06fa5 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.14.0' +version '2.14.1' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' -license 'Apache License, Version 2.0' +license 'Apa...
ghoneycutt/puppet-module-puppet
965b26f0a69d2136d30600612a03b1b4f4a1b004
Follow symlink for reportdir
diff --git a/README.md b/README.md index eab22c6..3950c3a 100644 --- a/README.md +++ b/README.md @@ -202,531 +202,531 @@ The location of puppet agent sysconfig file. - *Default*: use defaults based on osfamily agent_sysconfig_ensure ---------------------- String for 'file' or 'present'. Allows you to not manage t...
ghoneycutt/puppet-module-puppet
195bb42d2f72884106c2672e69a77cda7049d809
Support run_interval larger than 30
diff --git a/manifests/agent.pp b/manifests/agent.pp index d3c0c95..d4bea78 100755 --- a/manifests/agent.pp +++ b/manifests/agent.pp @@ -1,257 +1,262 @@ # == Class: puppet::agent # # Manage Puppet agents # # We also run puppet once at boot via cron, regardless of if you normally run # puppet from cron or as a dae...
ghoneycutt/puppet-module-puppet
be6691c1fca7078f9b41f018c36cc44f7d716eb8
Release v2.14.0 - control include vs param class for Dashboard server
diff --git a/Modulefile b/Modulefile index da82a58..3741032 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.13.1' +version '2.14.0' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ghoneycutt/puppet-module-puppet
d8c7b717215c447bace71f4d632105ee98e00acb
Style - Fix indentation of attribute arrows
diff --git a/manifests/agent.pp b/manifests/agent.pp index c4be663..d3c0c95 100755 --- a/manifests/agent.pp +++ b/manifests/agent.pp @@ -1,257 +1,257 @@ # == Class: puppet::agent # # Manage Puppet agents # # We also run puppet once at boot via cron, regardless of if you normally run # puppet from cron or as a dae...
ghoneycutt/puppet-module-puppet
163d94a702ca2a8f1020a5f801e508ea67202025
Appease ruby 1.8.7
diff --git a/spec/classes/dashboard_server_spec.rb b/spec/classes/dashboard_server_spec.rb index 2a2d805..89c44de 100644 --- a/spec/classes/dashboard_server_spec.rb +++ b/spec/classes/dashboard_server_spec.rb @@ -1,523 +1,523 @@ require 'spec_helper' describe 'puppet::dashboard::server' do context 'with defaul...
ghoneycutt/puppet-module-puppet
200259a668e024131f2975a3211d3711448ca25d
Add tests for puppet::dashboard::server::manage_mysql_options
diff --git a/spec/classes/dashboard_server_spec.rb b/spec/classes/dashboard_server_spec.rb index 9f2f2bf..2a2d805 100644 --- a/spec/classes/dashboard_server_spec.rb +++ b/spec/classes/dashboard_server_spec.rb @@ -1,509 +1,523 @@ require 'spec_helper' describe 'puppet::dashboard::server' do context 'with defaul...
ghoneycutt/puppet-module-puppet
1b903a1804d7acc34c1b6db628037a4989c3bbd4
add manage_mysql_options for flexible MySQL configuration
diff --git a/README.md b/README.md index c24e569..eab22c6 100644 --- a/README.md +++ b/README.md @@ -1,718 +1,732 @@ # puppet-module-puppet # === [![Build Status](https://travis-ci.org/ghoneycutt/puppet-module-puppet.png?branch=secure_dashboard)](https://travis-ci.org/ghoneycutt/puppet-module-puppet) This modul...
ghoneycutt/puppet-module-puppet
c6aae205c10edd087f308b95b3dde216dd0151ac
Remove extraneous comment from puppet.conf
diff --git a/templates/puppetagent.conf.erb b/templates/puppetagent.conf.erb index 02ba72d..01f873d 100644 --- a/templates/puppetagent.conf.erb +++ b/templates/puppetagent.conf.erb @@ -1,65 +1,64 @@ # This file is being maintained by Puppet. # DO NOT EDIT [main] # The Puppet log directory. # The default ...
ghoneycutt/puppet-module-puppet
c5726a65a4a2a59d72bcc1f2f7f1b4292371c77b
fix linebreaks in puppet.conf
diff --git a/templates/puppetagent.conf.erb b/templates/puppetagent.conf.erb index b3293b6..02ba72d 100644 --- a/templates/puppetagent.conf.erb +++ b/templates/puppetagent.conf.erb @@ -1,54 +1,65 @@ # This file is being maintained by Puppet. # DO NOT EDIT [main] # The Puppet log directory. # The default ...
ghoneycutt/puppet-module-puppet
69677449ef70439d7c38470b50f2e30559ec16c3
Release v2.13.1 - Bugfix to disable insecure SSLv3
diff --git a/Modulefile b/Modulefile index c58f035..da82a58 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.13.0' +version '2.13.1' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ghoneycutt/puppet-module-puppet
79f305bf1ece14e9ed88b7c8293761bb299f1060
Disable SSLv3 as it is insecure
diff --git a/templates/puppetmaster-vhost.conf.erb b/templates/puppetmaster-vhost.conf.erb index bccbe66..6a365da 100644 --- a/templates/puppetmaster-vhost.conf.erb +++ b/templates/puppetmaster-vhost.conf.erb @@ -1,49 +1,49 @@ # This file is being maintained by Puppet. # DO NOT EDIT PassengerUseGlobalQueue On #...
ghoneycutt/puppet-module-puppet
81ab1c55d6988733741e2e98357e36bc03e70809
Release v2.13.0 - Add http_proxy_{host,port} config options
diff --git a/Modulefile b/Modulefile index 2108d28..c58f035 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.12.0' +version '2.13.0' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ghoneycutt/puppet-module-puppet
a056d901c7b1ebbf2187601fd6ae4a3e6bad2453
http_proxy_host and http_proxy_port in agent's puppet.conf
diff --git a/README.md b/README.md index 476772c..c24e569 100644 --- a/README.md +++ b/README.md @@ -1,643 +1,655 @@ # puppet-module-puppet # === [![Build Status](https://travis-ci.org/ghoneycutt/puppet-module-puppet.png?branch=secure_dashboard)](https://travis-ci.org/ghoneycutt/puppet-module-puppet) This modul...
ghoneycutt/puppet-module-puppet
9468fd9009c8244ebc2c33e6252cdfeeb7f5cb98
Release v2.12.0 - Additional agent config settings and etckeeper support
diff --git a/Modulefile b/Modulefile index 6a4f826..2108d28 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.11.3' +version '2.12.0' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ghoneycutt/puppet-module-puppet
5b7f650b25ef589319a933833054e654b7bc4cb6
Add support for etckeeper
diff --git a/README.md b/README.md index 170c6b7..476772c 100644 --- a/README.md +++ b/README.md @@ -1,700 +1,706 @@ # puppet-module-puppet # === [![Build Status](https://travis-ci.org/ghoneycutt/puppet-module-puppet.png?branch=secure_dashboard)](https://travis-ci.org/ghoneycutt/puppet-module-puppet) This modul...
ghoneycutt/puppet-module-puppet
7adbff50543213cf3f9fe2183548de818f5ed0c8
Fixup masterport commit - Add test and simplify logic
diff --git a/manifests/agent.pp b/manifests/agent.pp index e382d4f..36beecf 100755 --- a/manifests/agent.pp +++ b/manifests/agent.pp @@ -1,223 +1,221 @@ # == Class: puppet::agent # # Manage Puppet agents # # We also run puppet once at boot via cron, regardless of if you normally run # puppet from cron or as a dae...
ghoneycutt/puppet-module-puppet
d552f37a8c236cbe8ec4eafc0c9b10ed053d73b4
Add parameter for master's port in agent's config
diff --git a/README.md b/README.md index 1f3fd06..170c6b7 100644 --- a/README.md +++ b/README.md @@ -1,631 +1,637 @@ # puppet-module-puppet # === [![Build Status](https://travis-ci.org/ghoneycutt/puppet-module-puppet.png?branch=secure_dashboard)](https://travis-ci.org/ghoneycutt/puppet-module-puppet) This modul...
ghoneycutt/puppet-module-puppet
d1fff625cb4e8ac9a7f92d6c0d6948b084901bb1
Release v2.11.3 - Support EL7 for agents
diff --git a/Modulefile b/Modulefile index 40cd2cd..6a4f826 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.11.2' +version '2.11.3' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ghoneycutt/puppet-module-puppet
a295f71b63ea47bbdd2981190ea6ee50a69cafa1
Release v2.11.2 - bugfix for metadata
diff --git a/Modulefile b/Modulefile index 7b301aa..40cd2cd 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' -version '2.11.1' +version '2.11.2' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ghoneycutt/puppet-module-puppet
8fdc57c44e3516f1f36f5bdd5ff8ef8a65d10800
Support Puppet v3.7.0
diff --git a/.travis.yml b/.travis.yml index be395a9..00d4941 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,17 @@ --- env: - PUPPET_VERSION=3.3.2 - PUPPET_VERSION=3.4.2 - PUPPET_VERSION=3.5.1 - PUPPET_VERSION=3.6.0 +- PUPPET_VERSION=3.7.0 notifications: email: false rvm: - 1.8.7 - 1.9.3 - 2.0.0 la...
ghoneycutt/puppet-module-puppet
7703805657026326b7429597f532ce16fdbd9b19
Fix version metadata
diff --git a/Modulefile b/Modulefile index e191a19..7b301aa 100644 --- a/Modulefile +++ b/Modulefile @@ -1,17 +1,17 @@ name 'ghoneycutt-puppet' version '2.11.1' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Manage Puppet' descr...
ghoneycutt/puppet-module-puppet
9c9dcc7bfa5e787141293bb9d1a91a1aa89183fe
Fixup malformed dependency in metadata.json that triggers backtrace in librarian-puppet
diff --git a/metadata.json b/metadata.json index bccc48d..fac615a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,88 +1,88 @@ { "name": "ghoneycutt-puppet", "version": "2.11.1", "author": "ghoneycutt", "summary": "Manage Puppet", "license": "Apache License, Version 2.0", "source": "git://github....
ghoneycutt/puppet-module-puppet
af82a91214db575d37721a76d95a6c355a31e026
Add dependency of ghoneycutt/common to metadata
diff --git a/Modulefile b/Modulefile index 3fb926c..e191a19 100644 --- a/Modulefile +++ b/Modulefile @@ -1,16 +1,17 @@ name 'ghoneycutt-puppet' -version '2.11.0' +version '2.11.1' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ghoneycutt/puppet-module-puppet
a02377dbec2dbbbe61520ce09e298e902188be81
replaced dead links for dashboard
diff --git a/README.md b/README.md index 836aee4..64e9cee 100644 --- a/README.md +++ b/README.md @@ -1,547 +1,547 @@ # puppet-module-puppet # === [![Build Status](https://travis-ci.org/ghoneycutt/puppet-module-puppet.png?branch=secure_dashboard)](https://travis-ci.org/ghoneycutt/puppet-module-puppet) This modul...
ghoneycutt/puppet-module-puppet
2478609e780f3768cfea65122762432b02ee3a28
Release v2.11.0 - Support for structured facts
diff --git a/Modulefile b/Modulefile index 5d9d28b..3fb926c 100644 --- a/Modulefile +++ b/Modulefile @@ -1,16 +1,16 @@ name 'ghoneycutt-puppet' -version '2.10.0' +version '2.11.0' source 'git://github.com/ghoneycutt/puppet-module-puppet.git' author 'ghoneycutt' license 'Apache License, Version 2.0' summary 'Man...
ushakov/mapsoft
27e9850dff9e3f6f7dd1dede185feaaa44a070a7
vector/data/styles.m4: fix error in fig format
diff --git a/vector/data/styles.m4 b/vector/data/styles.m4 index 4c2638a..ccf8b2d 100644 --- a/vector/data/styles.m4 +++ b/vector/data/styles.m4 @@ -1,723 +1,723 @@ divert(-1) # Source for mmb and hr style files. Same types but different colors define(VYS_COL, ifelse(STYLE,hr, 24,0)) # цвет отметок выс...
ushakov/mapsoft
b78921e8d7450947ac2d5d818d44663a53b1a02e
core/vmap/vmap_labels.cpp: remove debug output
diff --git a/core/vmap/vmap_labels.cpp b/core/vmap/vmap_labels.cpp index daf5c58..09e7b9b 100644 --- a/core/vmap/vmap_labels.cpp +++ b/core/vmap/vmap_labels.cpp @@ -1,303 +1,302 @@ #include <list> #include <vector> #include <string> #include <map> #include <iostream> #include <algorithm> #include "2d/line_util...
ushakov/mapsoft
d6d689326933a6779909821c4fe7d711724c8847
add missing declaration for the previous commit
diff --git a/core/vmap/vmap.h b/core/vmap/vmap.h index e48e330..dab479b 100644 --- a/core/vmap/vmap.h +++ b/core/vmap/vmap.h @@ -1,173 +1,174 @@ #ifndef VMAP_H #define VMAP_H #include <iostream> #include <vector> #include <string> #include <list> #include "2d/line.h" #include "options/options.h" #include "...
ushakov/mapsoft
8777c007744f8ab4515a2b41e9ca22e82a02b43f
vmap: add label conversion: two-character sequences to represent some unicode characters. They should be used when creating fig labels or rendering maps
diff --git a/core/vmap/vmap_fig.cpp b/core/vmap/vmap_fig.cpp index 849a488..45ebcce 100644 --- a/core/vmap/vmap_fig.cpp +++ b/core/vmap/vmap_fig.cpp @@ -1,283 +1,283 @@ #include <list> #include <vector> #include <string> #include <map> #include <iostream> #include "2d/line_utils.h" #include "geo_io/geofig.h" ...
ushakov/mapsoft
e51645da7bbb7f6ca6505dd6e6f9a009556a78c1
20220624-alt1
diff --git a/mapsoft.spec b/mapsoft.spec index e4a6113..e2fde59 100644 --- a/mapsoft.spec +++ b/mapsoft.spec @@ -1,210 +1,217 @@ Name: mapsoft -Version: 20210121 +Version: 20220624 Release: alt1 License: GPL3.0 Summary: mapsoft - programs for working with maps and geodata Group: Sciences/Geosciences Url: http:/...
ushakov/mapsoft
97a2865141749c6e2fa9f5c4c2c179e6656b95d8
2d/point.h: fix build with gcc12.1.1: std::ws set failbit on eof
diff --git a/core/2d/point.h b/core/2d/point.h index 367680d..30fdb63 100644 --- a/core/2d/point.h +++ b/core/2d/point.h @@ -1,194 +1,195 @@ #ifndef POINT_H #define POINT_H #include <boost/operators.hpp> #include <ios> // for << and >> operators #include <iomanip> // for setprecision #include <istream> // f...
ushakov/mapsoft
5c7837bc38b552aedafdfaea1c0e882238e44c57
scripts: install mapsoft_map.sh to have all script deps
diff --git a/scripts/SConscript b/scripts/SConscript index 19cae92..8712164 100644 --- a/scripts/SConscript +++ b/scripts/SConscript @@ -1,24 +1,25 @@ Import ('env') # Making map reference in GIMP env.Install(env.libdir + '/gimp/2.0/plug-ins', 'map-helper.py') env.Install(env.bindir, 'map_rescale') env.Ins...
ushakov/mapsoft
0fbf1e39f3d7fbe3f5c67f56997745ac6526c8b4
remove 0001-skip-convs_gtiles.patch
diff --git a/.gear-rules b/.gear-rules index 4aac8f5..461a5cb 100644 --- a/.gear-rules +++ b/.gear-rules @@ -1,2 +1 @@ tar: . -copy: *.patch \ No newline at end of file diff --git a/0001-skip-convs_gtiles.patch b/0001-skip-convs_gtiles.patch deleted file mode 100644 index 16f42d9..0000000 --- a/0001-skip-convs_gtiles....
ushakov/mapsoft
aeab9a8f0a862a27d5c665ead4aca64f0481cebf
SConscript: remove old vmap4 folder
diff --git a/vector/SConscript b/vector/SConscript index d62b7ef..6512ac5 100644 --- a/vector/SConscript +++ b/vector/SConscript @@ -1,7 +1,6 @@ subdirs = Split (""" libzn-utils vmap3 - vmap4 data """) SConscript (list(map(lambda s: s+"/SConscript", subdirs)))
ushakov/mapsoft
d8cf5292f0e955807ffc365c971fa32ab8cc572f
remove convs_gtiles from install rule
diff --git a/programs/SConscript b/programs/SConscript index 4301739..bcdf484 100644 --- a/programs/SConscript +++ b/programs/SConscript @@ -1,39 +1,40 @@ Import ('env') progs = Split(""" mapsoft_convert mapsoft_mkmap mapsoft_ref mapsoft_toxyz mapsoft_map2fig mapsoft_srtm2fig map...
ushakov/mapsoft
9f6bfff9ab82fc3dafa370c99b1bbbd9c025b6cf
fix errors in vmap_get_track/vmap_put_track
diff --git a/vector/vmap3/vmap_get_track.cpp b/vector/vmap3/vmap_get_track.cpp index 6c5ba1c..1629996 100644 --- a/vector/vmap3/vmap_get_track.cpp +++ b/vector/vmap3/vmap_get_track.cpp @@ -1,81 +1,81 @@ #include <string> #include <cstring> #include "options/m_getopt.h" #include "vmap/vmap.h" #include "vmap/zn.h" ...