summaryrefslogtreecommitdiffstats
path: root/spec/integration
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration')
-rwxr-xr-xspec/integration/indirector/catalog/compiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/indirector/catalog/compiler.rb b/spec/integration/indirector/catalog/compiler.rb
index f3ace8d1b..211b7c237 100755
--- a/spec/integration/indirector/catalog/compiler.rb
+++ b/spec/integration/indirector/catalog/compiler.rb
@@ -11,7 +11,7 @@ describe Puppet::Resource::Catalog::Compiler do
@catalog = Puppet::Resource::Catalog.new
@one = Puppet::Resource.new(:file, "/one")
- @one.exported = true
+ @one.virtual = true
@two = Puppet::Resource.new(:file, "/two")
@catalog.add_resource(@one, @two)