Skip to content
Snippets Groups Projects
Commit 1a167dfb authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix a missing path

parent 791e9c07
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ class base::os::debian {
# Triggered to refresh local package lists.
exec { 'aptitude update':
command => 'aptitude update',
path => '/usr/bin',
refreshonly => true,
}
......
......@@ -41,6 +41,6 @@
swap.gsub!(/\s+/, '')
-%>
<%= host %> - <%= os %>, <%= @architecture %>
<%= processorcount %>-core <%= processor %> (<%= product %>); <%= memory %> RAM, <%= swap %> swap
<%= @processorcount %>-core <%= processor %> (<%= product %>); <%= memory %> RAM, <%= swap %> swap
Puppet environment: <%= @environment %>; kernel <%= @kernelrelease %> (<%= @hardwaremodel %>)
<%= @text -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment