added more nginx configs and hostapd tools
Showing
with
531 additions
and
84 deletions
modules/common/files/STORAGE_README
0 → 100644
modules/common/files/pi_NETWORK_README
0 → 100644
modules/hostapd/Gemfile
0 → 100644
source ENV['GEM_SOURCE'] || 'https://rubygems.org' | ||
puppetversion = ENV.key?('PUPPET_VERSION') ? ENV['PUPPET_VERSION'] : ['>= 3.3'] | ||
gem 'metadata-json-lint' | ||
gem 'puppet', puppetversion | ||
gem 'puppetlabs_spec_helper', '>= 1.2.0' | ||
gem 'puppet-lint', '>= 1.0.0' | ||
gem 'facter', '>= 1.7.0' | ||
gem 'rspec-puppet' | ||
# rspec must be v2 for ruby 1.8.7 | ||
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9' | ||
gem 'rspec', '~> 2.0' | ||
gem 'rake', '~> 10.0' | ||
else | ||
# rubocop requires ruby >= 1.9 | ||
gem 'rubocop' | ||
end |
modules/hostapd/README.md
0 → 100644
modules/hostapd/Rakefile
0 → 100644
modules/hostapd/examples/init.pp
0 → 100644
modules/hostapd/files/pi/dhcpcd.conf
0 → 100644
modules/hostapd/files/pi/dnsmasq.conf
0 → 100644
modules/hostapd/files/pi/hostapd.conf
0 → 100644
modules/hostapd/manifests/config.pp
0 → 100644
modules/hostapd/manifests/init.pp
0 → 100644
modules/hostapd/manifests/install.pp
0 → 100644
modules/hostapd/manifests/service.pp
0 → 100644
modules/hostapd/metadata.json
0 → 100644
modules/hostapd/spec/classes/init_spec.rb
0 → 100644
modules/hostapd/spec/spec_helper.rb
0 → 100644
modules/nginx/files/joule.conf
0 → 100644
modules/nginx/files/map.conf
0 → 100644
Please
register
or
sign in
to comment