Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Use official debian repo for aircrack-ng
Browse files Browse the repository at this point in the history
This fixes issue #1.
  • Loading branch information
Ivan Leichtling committed Jan 12, 2015
1 parent 2a3a51f commit 1d099d0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Vagrant/modules/aircrack-ng/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,12 @@
# This class installs aircrack-ng tools
#
# Actions:
# - Add the unofficial aircrack-ng repo to sources.list
# - Allow apt-get install to pull from repos without a key
# This is necessary as the aircrack-ng repo is unkeyed
# - Installs the aircrack-ng package
#
# Sample Usage:
# class { 'aircrack-ng': }
#
class aircrack-ng {
include apt

apt::source { 'aircrackng-unstable':
location => 'http://repo.degeneratedlabs.net/debian/',
repos => 'aircrackng-unstable/',
release => '',
before => Package['aircrack-ng'],
}

apt::conf { 'aircrackng-unstable' :
content => 'APT::Get::AllowUnauthenticated "true";',
priority => 70,
before => Package['aircrack-ng'],
}

package { 'aircrack-ng':
ensure => latest,
}
Expand Down

0 comments on commit 1d099d0

Please sign in to comment.