Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#14457) Add FreeBSD support for the NTP class #15

Merged
merged 1 commit into from
May 14, 2012

Conversation

whopper
Copy link

@whopper whopper commented May 14, 2012

This commit adds support for FreeBSD to the NTP class.

@blkperl
Copy link
Contributor

blkperl commented May 14, 2012

@Whopper92 You need to rebase and add the ticket number to the subject of your commit.

(#14457) Add FreeBSD support for the NTP class

@blkperl
Copy link
Contributor

blkperl commented May 14, 2012

Also your spec tests are failing.

  2) ntp test platform specific resources for operating system freebsd should use the freebsd ntp servers by default
     Failure/Error: (content.split("\n") & expected_lines).should == expected_lines
       expected: ["0.freebsd.pool.ntp.org", "1.freebsd.pool.ntp.org", "2.freebsd.pool.ntp.org", "3.freebsd.pool.ntp.org"]
            got: [] (using ==)
     # ./spec/classes/ntp_spec.rb:68

  3) ntp test platform specific resources for operating system freebsd 
     Failure/Error: it { should contain_package('ntp').with_ensure('present') }
       expected that the catalogue would contain Package[ntp]
     # ./spec/classes/ntp_spec.rb:81

  4) ntp test platform specific resources for operating system freebsd should allow package ensure to be overridden
     Failure/Error: subject.should contain_package('ntp').with_ensure('latest')
       expected that the catalogue would contain Package[ntp]
     # ./spec/classes/ntp_spec.rb:91

@whopper
Copy link
Author

whopper commented May 14, 2012

@blkperl The spec tests are all passing now.

@kbarber
Copy link
Contributor

kbarber commented May 14, 2012

@Whopper92 @blkperl looking at this now.

kbarber added a commit that referenced this pull request May 14, 2012
(#14457) Add FreeBSD support for the NTP class
@kbarber kbarber merged commit 2575736 into puppetlabs:master May 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants