summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Schulte <stefan.schulte@taunusstein.net>2010-11-17 23:28:56 +0100
committerNick Lewis <nick@puppetlabs.com>2010-11-17 15:55:49 -0800
commit2052f3611fd18cb93a43f4cfb547c9c9205a8952 (patch)
tree9705db2303d78da5f79c460178788ed57e02afd6 /test
parentee7d2f92f9d3ec45b5c3a9cd3fe2f5832b17f23b (diff)
downloadpuppet-2052f3611fd18cb93a43f4cfb547c9c9205a8952.tar.gz
puppet-2052f3611fd18cb93a43f4cfb547c9c9205a8952.tar.xz
puppet-2052f3611fd18cb93a43f4cfb547c9c9205a8952.zip
(#5274) New tests for new hosttype/parsedprovider
Just a few additional tests for the new property "comment" of the host type.
Diffstat (limited to 'test')
-rw-r--r--test/data/providers/host/parsed/valid_hosts5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/providers/host/parsed/valid_hosts b/test/data/providers/host/parsed/valid_hosts
index de5caf740..24636295d 100644
--- a/test/data/providers/host/parsed/valid_hosts
+++ b/test/data/providers/host/parsed/valid_hosts
@@ -12,3 +12,8 @@
# Ok its time to test aliases
2001:252:0:1::2008:8 ipv6host alias1
192.168.0.1 ipv4host alias2 alias3
+
+# Testing inlinecomments now
+192.168.0.2 host3 # This is host3
+192.168.0.3 host4 alias10 # This is host4
+192.168.0.4 host5 alias11 alias12 # This is host5