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

Remove legacy top-scope syntax #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/support/apache_directive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
include_examples 'apache_directive resource'
end

context "when ::augeasproviders_apache_directive_hash is a Hash" do
context "when augeasproviders_apache_directive_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_apache_directive_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/apache_setenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'apache_setenv resource'
end

context "when ::augeasproviders_apache_setenv_hash is a Hash" do
context "when augeasproviders_apache_setenv_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_apache_setenv_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'host resource'
end

context "when ::augeasproviders_host_hash is a Hash" do
context "when augeasproviders_host_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_host_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/kernel_parameter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
include_examples 'kernel_parameter resource'
end

context "when ::augeasproviders_kernel_parameter_hash is a Hash" do
context "when augeasproviders_kernel_parameter_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_kernel_parameter_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/mailalias.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'mailalias resource'
end

context "when ::augeasproviders_mailalias_hash is a Hash" do
context "when augeasproviders_mailalias_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_mailalias_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/mounttab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
include_examples 'mounttab resource'
end

context "when ::augeasproviders_mounttab_hash is a Hash" do
context "when augeasproviders_mounttab_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_mounttab_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/nrpe_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'nrpe_command resource'
end

context "when ::augeasproviders_nrpe_command_hash is a Hash" do
context "when augeasproviders_nrpe_command_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_nrpe_command_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/pam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
include_examples 'pam resource'
end

context "when ::augeasproviders_pam_hash is a Hash" do
context "when augeasproviders_pam_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_pam_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/pg_hba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
include_examples 'pg_hba resource'
end

context "when ::augeasproviders_pg_hba_hash is a Hash" do
context "when augeasproviders_pg_hba_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_pg_hba_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/puppet_auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
include_examples 'puppet_auth resource'
end

context "when ::augeasproviders_puppet_auth_hash is a Hash" do
context "when augeasproviders_puppet_auth_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_puppet_auth_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/shellvar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
include_examples 'shellvar resource'
end

context "when ::augeasproviders_shellvar_hash is a Hash" do
context "when augeasproviders_shellvar_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_shellvar_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/ssh_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'ssh_config resource'
end

context "when ::augeasproviders_ssh_config_hash is a Hash" do
context "when augeasproviders_ssh_config_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_ssh_config_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/sshd_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'sshd_config resource'
end

context "when ::augeasproviders_sshd_config_hash is a Hash" do
context "when augeasproviders_sshd_config_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_sshd_config_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/sshd_config_subsystem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'sshd_config_subsystem resource'
end

context "when ::augeasproviders_sshd_config_subsystem_hash is a Hash" do
context "when augeasproviders_sshd_config_subsystem_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_sshd_config_subsystem_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/sysctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_examples 'sysctl resource'
end

context "when ::augeasproviders_sysctl_hash is a Hash" do
context "when augeasproviders_sysctl_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_sysctl_hash => example_params }}

Expand Down
2 changes: 1 addition & 1 deletion spec/support/syslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
include_examples 'syslog resource'
end

context "when ::augeasproviders_syslog_hash is a Hash" do
context "when augeasproviders_syslog_hash is a Hash" do
let(:params) {{}}
let(:facts) {{ :augeasproviders_syslog_hash => example_params }}

Expand Down