Fix spelling mistake from apt::mirror class.
This commit is contained in:
parent
9905c67cc8
commit
90fa634241
1 changed files with 7 additions and 7 deletions
|
@ -37,7 +37,7 @@ class apt::mirror {
|
|||
centos => "/etc/apt-mirror.list",
|
||||
default => "/etc/apt/miror.list",
|
||||
},
|
||||
contents => template("apt/mirror.list.erb"),
|
||||
content => template("apt/mirror.list.erb"),
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
|
Loading…
Add table
Reference in a new issue