File: 02.use.t

package info (click to toggle)
puppet-module-puppetlabs-ntp 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 408 kB
  • ctags: 23
  • sloc: ruby: 1,259; sh: 425; makefile: 2
file content (13 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

test_description="functions"

. ./sharness.sh

fixtures=../fixtures

test_expect_success "include class" "
    puppet apply -e 'include ntp' 2>&1
"

test_done