diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-14 02:42:21 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-14 02:42:21 +0000 |
| commit | ba57dff26b717113a4a7e0bb73bd099a684776e5 (patch) | |
| tree | c2e701c1135c659e9fc66c900715a717410ca093 /test/language/parser.rb | |
| parent | 22e70f069cec86f94e17774c9c2b84b1bb9cda6c (diff) | |
| download | puppet-ba57dff26b717113a4a7e0bb73bd099a684776e5.tar.gz puppet-ba57dff26b717113a4a7e0bb73bd099a684776e5.tar.xz puppet-ba57dff26b717113a4a7e0bb73bd099a684776e5.zip | |
I had to redo how the scopes handled collectable objects (which I will soon change to being called "exported objects"). All seems to work now, though.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1192 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language/parser.rb')
| -rw-r--r-- | test/language/parser.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/language/parser.rb b/test/language/parser.rb index 848f0128e..d82916eea 100644 --- a/test/language/parser.rb +++ b/test/language/parser.rb @@ -304,6 +304,7 @@ class TestParser < Test::Unit::TestCase # Verify that collectable objects are marked that way. def test_collectable + Puppet[:storeconfigs] = true ["@port { ssh: protocols => tcp, number => 22 }", "@port { ssh: protocols => tcp, number => 22; smtp: protocols => tcp, number => 25 }"].each do |text| |
