Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
elmobp committed Oct 12, 2016
1 parent d930137 commit 5afc7b3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ class { 'puppetboard':
it { should contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
end
end
<<<<<<< HEAD
=======

context 'default parameters' do
hosts.each do |host|
Expand Down Expand Up @@ -156,14 +154,13 @@ class { 'puppetboard':
end

describe file('/etc/httpd/conf.d/puppetboard-ldap.conf') do
it { should contain 'AuthBasicProvider ldap' }
it { should contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
it { should contain 'AuthLDAPURL "ldap://puppet.example.com"' }
it { should contain "AuthBasicProvider ldap" }
it { should contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
it { should contain 'AuthLDAPURL "ldap://puppet.example.com"' }
end
describe file('/srv/puppetboard/puppetboard/settings.py') do
it { should contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
it { should contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
end
end
>>>>>>> 7e1f014... Changes
end

0 comments on commit 5afc7b3

Please sign in to comment.